All the course examples using "file" input element of HTML forms are based on jQuery .live('change') handler. For our team assignment, there might be a need to upload the same file many times, with different conversion option. The 'change' event doesn't happen. How to do it in 'mobile' manner?
It is possible to make the "file" input visible and separate file selecting from upload - thus we would have needed functionality but...
- this approach requires one more button
- this button looks out-of-style
All the course examples using "file" input element of HTML forms are based on jQuery .live('change') handler. For our team assignment, there might be a need to upload the same file many times, with different conversion option. The 'change' event doesn't happen. How to do it in 'mobile' manner?
It is possible to make the "file" input visible and separate file selecting from upload - thus we would have needed functionality but...