Break upload when file upload having specification character

Enhanced frontend add-on to queue files.
Post Reply
truongvu
Posts: 39
Joined: Wed Oct 26, 2011 11:58 am

Break upload when file upload having specification character

Post by truongvu »

Hi support,

I need jbatchupload skip upload when user upload file having specification character.
Example :
Check file *abc.pdf which having character * appear
--> Skip upload , then return message "can not upload file *abc.pdf which contain character * "
Similar for Japanese file .
Check file 全表示.pdf which having character appear
--> Skip upload , then return message "can not upload file 全表示.pdf which contain character 表 "

Thanks for any reply!

User avatar
support
Posts: 1503
Joined: Sun Jan 27, 2008 6:19 pm

Re: Break upload when file upload having specification chara

Post by support »

With template parameter and regular expression you can remove such characters while uploading but it won't alert that upload cannot be done. What you need a regexp support for blacklist parameter.

Post Reply