Search found 10 matches

by centdir
Wed Aug 17, 2011 4:30 pm
Forum: JFileUpload
Topic: Firefox 5 issues? UPDATE: okay with Firefox 6
Replies: 0
Views: 5771

Firefox 5 issues? UPDATE: okay with Firefox 6

We are having timeout issues with users that are running Firefox 5 (on both Windows and OSX). I checked the login/process logs I keep and these same users had no problems when they had Firefox 4. The actual error message returned is: java.net.SocketTimeoutException: Read timed out There was one repo...
by centdir
Wed Jun 01, 2011 9:02 pm
Forum: Others
Topic: JSAPI relative file path possible?
Replies: 1
Views: 12197

JSAPI relative file path possible?

Is there a JSAPI setting that will return relative file paths in the "filelist" parameter of JSTransferTriggered or in the "filename" parameter of JSTransferStarted? I know that jsenablepath="true" will return the full path for JSTransferTriggered, and jsenablepath="all" will return the full path in...
by centdir
Thu Jan 06, 2011 8:30 pm
Forum: JFileUpload
Topic: commandmonitor not working for at least one user
Replies: 5
Views: 12863

Re: commandmonitor not working for at least one user

Sorry for the late reply (and Happy New Year)!... We are using Microsoft FTP Server on a Win2k3 box. When I manually ftp to our server I am able to send a NOOP command (and do receive "200 NOOP command successful." back). I believe the NOOP command worked in the past as we initially started using th...
by centdir
Fri Dec 10, 2010 5:15 pm
Forum: JFileUpload
Topic: commandmonitor not working for at least one user
Replies: 5
Views: 12863

Re: commandmonitor not working for at least one user

The file completed uploading, but the applet never received the message so it just hung at 100%. Our ftp server timeouts after 15 minutes so when it closed the connection the applet finally showed the transfer done (the java console does show the connection closed exception errors). Here's the full ...
by centdir
Wed Dec 08, 2010 5:30 pm
Forum: JFileUpload
Topic: commandmonitor not working for at least one user
Replies: 5
Views: 12863

commandmonitor not working for at least one user

We are having an issue with at least one of our users where the "commandmonitor" returns errors. This user is on a Mac OSX 10.5.8 and has tried uploading with both Safari 5.0.3 and Firefox 3.6.12. The java console reports the following when the commandmonitor is started (and called every 2 minutes):...
by centdir
Wed Oct 21, 2009 4:38 pm
Forum: JFileUpload
Topic: adding JSAPI to JFileUpload causes java error
Replies: 1
Views: 5084

adding JSAPI to JFileUpload causes java error

Hi! I downloaded/installed JSAPI to work with JFileUpload, but I keep getting the following java error: java.lang.NoClassDefFoundError: jfileupload/transfer/client/core/N at java.lang.ClassLoader.defineClass1(Native Method) at java.lang.ClassLoader.defineClass(Unknown Source) at java.security.Secure...
by centdir
Wed Sep 02, 2009 6:28 pm
Forum: JFileUpload
Topic: folderdepth still allowing deeper files
Replies: 17
Views: 32589

Re: folderdepth still allowing deeper files

You get this path in HTTP POST after upload, correct? You never get this in FTP upload? We've Vista here so we could try to reproduce the problem. Do you have an URL with the full applet running? That is correct...it's in the HTTP POST only. Our FTP Server is receiving just "/" as the path of the f...
by centdir
Mon Aug 31, 2009 8:59 pm
Forum: JFileUpload
Topic: folderdepth still allowing deeper files
Replies: 17
Views: 32589

Re: folderdepth still allowing deeper files

Sorry for the LONG post, but I thought I fixed the folderdepth problem (as noted in my previous message), however, I still have some clients uploading files deeper than the folderdepth...sort of... It seems that when a Vista user selects a file (and NOT a folder) to upload from their desktop (or a f...
by centdir
Wed Aug 26, 2009 1:51 pm
Forum: JFileUpload
Topic: folderdepth still allowing deeper files
Replies: 17
Views: 32589

Re: folderdepth still allowing deeper files

I did some further testing and think I have found the problem. Even though the folderdepth is set to 3, it uploads file(s) that are up to 4 folders deep (ie. "/folder1/folder2/folder3/folder4/test.txt" will upload the file test.txt), but does not upload file(s) any deeper. I've set the folderdepth=2...
by centdir
Tue Aug 25, 2009 6:43 pm
Forum: JFileUpload
Topic: folderdepth still allowing deeper files
Replies: 17
Views: 32589

folderdepth still allowing deeper files

Hi! I've set folderdepth=3 but the applet is still allowing users to upload files that are deeper than 3 folders deep. Here's a part of my .js file settings: document.writeln('<PARAM NAME="scriptable" VALUE="true">'); document.writeln('<PARAM NAME="resources" VALUE="/cdhtml/i18n">'); document.writel...