Search found 7 matches

by frankdoss
Thu May 12, 2011 3:26 pm
Forum: JFileUpload
Topic: Unregistered won't disappear.
Replies: 5
Views: 16345

Re: Unregistered won't disappear.

I was having problems with the "UNREGISTERED" message. My users have to type the fully-qualified host + domain name. However, this will not do. My application is internal to my organization and NONE of my users type the fully-qualified name. What do I do so my users don't see that blasted message I ...
by frankdoss
Thu Aug 19, 2010 5:25 pm
Forum: JFileUpload
Topic: folderdepth still allowing deeper files
Replies: 17
Views: 60262

Re: folderdepth still allowing deeper files

I am afraid I did not see the response to my post. Was there one?

Thanks!
by frankdoss
Thu Jul 29, 2010 8:36 pm
Forum: JFileUpload
Topic: folderdepth still allowing deeper files
Replies: 17
Views: 60262

Re: folderdepth still allowing deeper files

To make your example more reflective of what I am facing: folder1/ contains filea.txt, fileb.txt, filec.txt folder2/ contains file1.txt, file2.txt I selected filea.txt, fileb.txt, filec.txt, folder2/ I dragged all of these selected items into the window. filea.txt, fileb.txt, filec.txt, folder2/, fi...
by frankdoss
Thu Jul 29, 2010 12:29 pm
Forum: JFileUpload
Topic: folderdepth still allowing deeper files
Replies: 17
Views: 60262

Re: folderdepth still allowing deeper files

I select the contents of a folder. That folder contains files and a folder with files. I drag and drop those contents into the upload pane.

The files in the parent folder are uploaded as they should be. The sub-folder and contents are uploaded as well.
by frankdoss
Wed Jul 28, 2010 7:51 pm
Forum: JFileUpload
Topic: folderdepth still allowing deeper files
Replies: 17
Views: 60262

Re: folderdepth still allowing deeper files

I thought I had replied to this...

I removed the config line. The problem is still there. It will still scan and upload the next level folder and contents.

I have tested this with IE and Firefox.
by frankdoss
Mon Jul 26, 2010 10:03 pm
Forum: JFileUpload
Topic: folderdepth still allowing deeper files
Replies: 17
Views: 60262

Re: folderdepth still allowing deeper files

No good. It still travels the next folder in both IE and Firefox.

I process the files before putting them where I really want them, so this is not a killer problem. However, it is still an issue for me.
by frankdoss
Sun Jul 25, 2010 5:06 pm
Forum: JFileUpload
Topic: folderdepth still allowing deeper files
Replies: 17
Views: 60262

Re: folderdepth still allowing deeper files

Is there a real fix to this problem? Setting the value to one less than the target level count does not work for me. I don't want my users to transfer any subdirectories. I have folderdepth set to 0, and it is searching one level. Not zero, not two, but one. Everything else appears to be working wel...