[Progress Communities] [Progress OpenEdge ABL] Support for the "multiple" option in HTML5 for file uploads

  • Thread starter Thread starter urshurak
  • Start date Start date
Status
Not open for further replies.
U

urshurak

Guest
My WebSpeed application uses the binary file upload functionality built into OpenEdge since version 10. HTML5 allows the use of a "multiple" keyword to change the behaviour of the file browser, so that multiple files can be selected at once. As far as I can tell, this is not supported in any version of OpenEdge. So, is this something that's on the development schedule ? It would be very useful to us. I suspect that "get-binary-data" would need to be rewritten, but right now the only way to handle this is having multiple input fields on the form, or using a 3rd party control that then needs to post to a different server-side back end, typically PHP, Would be nice to handle it all in Progress/SpeedScript

Continue reading...
 
Status
Not open for further replies.
Back
Top