Search found 2 matches

by daveh
Fri Sep 24, 2010 2:28 pm
Forum: JFileUpload
Topic: Ignore hidden files in folder upload?
Replies: 3
Views: 9873

Re: Ignore hidden files in folder upload?

Thank you for the timely reply. I tried your suggestion and it is definitely a step in the right direction. The valid files are now uploaded, and the number listed next to the folder in the upload pane goes from the full number of files down to the number of hidden files (13 to 1 in my case). The re...
by daveh
Thu Sep 23, 2010 5:58 pm
Forum: JFileUpload
Topic: Ignore hidden files in folder upload?
Replies: 3
Views: 9873

Ignore hidden files in folder upload?

Hello, We're using JFileUpload and we have the hiddenfiles parameter set to "deny". This does deny hidden files, but our problem is that if you upload a folder with a mix of hidden and non-hidden files it will deny the entire folder. What we would like it to do is still upload the valid files while ...