Bulk upload functionality doesn't play well with CDN plugins
Description
When we drag and drop files into the bulk upload functionality of the document library we are getting the error that can be seen in the attached screenshot. I tested uploading a document by itself and this seems to be working fine.
Environment
None
Attachments
1
Activity
Show:
Blair McKenzie
July 27, 2015 at 7:15 AM
For posterity, troubleshooting unearthed the following issues which are now fixed:
bulk upload doesn't use the formtool `handleLocalFile` functions
the file formtool's `handleLocalFile` function renames files to their extensions
`ioValidateFile`, used when replacing an existing file, didn't exist in `packages/lib/cdn.cfc`
in the bulk upload UI, display of the filename doesn't account for URL encoded filenames
When we drag and drop files into the bulk upload functionality of the document library we are getting the error that can be seen in the attached screenshot.
I tested uploading a document by itself and this seems to be working fine.