Hello Folks,
How can I implement validations on file name ??
I want to validate on file name.
File name: “ABC 23 45.pdf”
Validation message: “Space not allowed in the name”
Regards,
P
Hello Folks,
How can I implement validations on file name ??
I want to validate on file name.
File name: “ABC 23 45.pdf”
Validation message: “Space not allowed in the name”
Regards,
P
Hello, @poonam
Thanks for your question
There is no possibility to prevent uploading the files with some special characters or spaces in the title.
Now, you can restrict uploading files larger than the allowable size, many files, or specific format of the files.
However, I will discuss with our developers if there is the possibility to add some Alert Messages \ Pop-Ups.
I will revert with the feedback at the nearest time.
Besides it, I would like to advise you to create a Notification message on the page with the uploader, where you will notify the users about avoiding to upload files with such titles.
Please note that when you upload a file to the bucket and in your S3 can see the name of the file, which were uploaded. But the plugin returns you not the name of the file from the bucket, but the original name of the file.
Best regards,
Thank you for the reply.
Agree with the solution. At the moment I display the “Warning” next to upload button.
Please let me know if developer implement something.
Regards,
p
Hello, @poonam
Thanks for the patience.
Please allow me to provide you with one more solution for this case, which you can try.
It is possible to make verification the file with the “A file uploader Uploading is finished” event. And after it, it is necessary to create a custom condition, when you will establish the required condition.
Please try this one and let me know about the result.
Best regards,