Page 1 of 1

Break upload when file upload having specification character

Posted: Thu Feb 02, 2012 11:04 am
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!

Re: Break upload when file upload having specification chara

Posted: Sat Feb 04, 2012 6:27 pm
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.