TaskOutput whitelist Error

Enhanced frontend add-on to queue files.
Post Reply
Indu
Posts: 19
Joined: Tue Mar 10, 2009 6:09 pm

TaskOutput whitelist Error

Post by Indu »

When I am using BatchUpload, If I am dragging the files the files whoes extension are not allowed shows only the last one which is not allowed..Is there anyway to show all the files which are not allowed and show only the file name rather than the full folder and file path?? Because if it is a big folder path user really cann't see..

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

Re: TaskOutput whitelist Error

Post by support »

No sorry, it requires source code customization.

Indu
Posts: 19
Joined: Tue Mar 10, 2009 6:09 pm

Re: TaskOutput whitelist Error

Post by Indu »

Appreciate your reply.So there is no way I can specify only filename rather than the whole filename in i18n_bar.properties??

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

Re: TaskOutput whitelist Error

Post by support »

No, all is in the following line:
taskoutput.upload.failed.whitelist.error=Denied : File extension not allowed for {0}

You can remove the file info if you replace it by:
taskoutput.upload.failed.whitelist.error=Denied : File extension not allowed

Post Reply