Menu

#215 Upload more files in HTML <input type="file" multiple/>

Latest SVN
closed
1
2014-01-31
2013-10-18
Mircea
No

Hi!

In the age of HTML 5 browsers, it would be very useful to be able to upload multiple files in HTML

 <input type="file" multiple/>

Currently, we can upload just into single file input tags:
HtmlFileInput#setValueAttribute(path);
HtmlFileInput#setContentType(contenType);

I find this as very important feature, which limits our current possibilities of fully testing pages because we don't have this functionality.
Thank you!

Discussion

  • Ahmed Ashour

    Ahmed Ashour - 2013-10-18
    • Description has changed:

    Diff:

    --- old
    +++ new
    @@ -1,6 +1,11 @@
     Hi!
    
    -In the age of HTML 5 browsers, it would be very useful to be able to upload multiple files in HTML <input type="file" multiple/> tag.
    +In the age of HTML 5 browsers, it would be very useful to be able to upload multiple files in HTML
    +
    +~~~~~~
    + <input type="file" multiple/>
    +~~~~~~
    +
     Currently, we can upload just into single file input tags:
     HtmlFileInput#setValueAttribute(path);
     HtmlFileInput#setContentType(contenType);
    
    • status: open --> accepted
     
  • Mircea

    Mircea - 2013-10-18

    Can we have a time estimate until implementation?
    Our current projects need this little feature so much, thus it's a must have.
    Until then, is there any alternative we could use?
    Thank you so much!

     
  • Ahmed Ashour

    Ahmed Ashour - 2013-10-18

    This is an open source project, which depends on developers free time.

    You can fix it and provide a patch :)

    You may consider Professional Support as well.

     
  • Mircea

    Mircea - 2013-10-18

    We'll try to provide a patch.
    Is there any guidance that could help in doing that?

     
  • Mircea

    Mircea - 2013-10-29

    I've found a trick that could be used until HtmlUnit will support this feature.
    I've described it here: http://stackoverflow.com/a/19654060/1385906

     
  • Ahmed Ashour

    Ahmed Ashour - 2014-01-31
    • status: accepted --> closed
    • assigned_to: Ahmed Ashour
     
  • Ahmed Ashour

    Ahmed Ashour - 2014-01-31

    Added in SVN, thanks for reporting

     

Log in to post a comment.

Want the latest updates on software, tech news, and AI?
Get latest updates about software, tech news, and AI from SourceForge directly in your inbox once a month.