Hi
The Multiple Files Uploader cant upload files with filenames that contain spaces....
Example: It will upload 'mydoc.pdf' fine but not 'my doc.pdf'.
This is a problem. How can this be fixed as most documents these days contain spaces?
Thanks
Hi
The Multiple Files Uploader cant upload files with filenames that contain spaces....
Example: It will upload 'mydoc.pdf' fine but not 'my doc.pdf'.
This is a problem. How can this be fixed as most documents these days contain spaces?
Thanks
Hello Deon,
Please look at this link with the same issue: https://getsatisfaction.com/apperyio/...
I reported before that your links dont work anymore since you updated your documentation. Get satisfaction is basically useless for us developers. All links to docs to help us fix issues are totally irrelevant now. So please supply correct links to fix this issue.
Hi Deon -- thanks for letting us know, we will publish an update to our docs about this plugin.
About your issue:
Valid file names.
By default, plug-in logic doesn’t changes the original file name. However, Appery.io Database has some restriction to file names. Valid file name should contain only a-zA-Z0-9%_.- characters, and file name length is limited to 218 characters. You can change the file name on-the-fly in uploadSelected function at line number 14. For example:
precode
requestData.params.file_name = 'validFileName.png';/code/pre