I'd like to give the user the ability to choose the amount of attachments he'd like to provide. To do this I created a datatable with buttons to add and remove attachment-lines:
The only problem is, that it seems to not upload the specified file. The submitted form is beeing processed by this script, the output of in.test beeing false:
The Simple-Fileupload-Demo works, so I guess it can't be a problem with my installation / computer. I just cleared all of the attachments and uploaded only one. So while this is a foor loop, it just iterates through 1 time. Data is stored in my own Data Class Attachment, containing 4 attributes (Vendor, Description, Amount and File). asked 21.01.2014 at 20:34 ahatius Flavio Sadeghi ♦♦ |
To upload a file, the form-tag requires the correct enctype-type.
See also the example project which is delivered within Xpert.ivy Designer. It contains several file-upload demos. The location of the demo project is:
answered 24.01.2014 at 16:48 Flavio Sadeghi ♦♦ |
Once you sign in you will be able to subscribe for any updates here
By RSS:Markdown Basics
Tags:
Asked: 21.01.2014 at 20:34
Seen: 4,376 times
Last updated: 18.02.2014 at 16:58