Stephane Cedroni

Results 9 comments of Stephane Cedroni

Sure, the form is a user profile form with properties; ``` @property (nonatomic, copy) NSString *firstName; @property (nonatomic, copy) NSString *lastName; @property (nonatomic, strong) NSDate *dateOfBirth; @property (nonatomic, strong) NSArray...

@charrondev that would be very nice of you and very helpful. I am also trying to use a custom blot with an editable caption, but it is pretty difficult in...

Was trying to perform same thing, but new to ios as well. Does this solution works for you?

Thank you for the link, I checked out the Programmatic file upload section. But there is a main problem I can't solve : I need to upload one file from...

I am trying another approach for the multiple versions upload. The following code works fine. ``` $('#file_upload').find("input:file").each(function(i, elem) { var fileInput = $(elem); var form = $(fileInput.parents('form:first')); fileInput.fileupload({ fileInput: fileInput,...

@felixbuenemann Thanks again for your reply. `fileupload('add', options)` does not work for me because I trigger the upload already inside an add callback so then it loops. Using `fileupload('send', options)`...

Hi Daniele, thx for the great work on this project, any news regarding the square design? Thx