Search found 7 matches

by sandyinc
Mar 09, 2007 3:35 pm
Forum: XUpload
Topic: Large File Uploads Fail
Replies: 18
Views: 28895

I tried increasing the timeout to 60 seconds, but its still random. I've been testing with Firefox mostly, but also IE and Safari.

I'm starting to think it might not be the software, but I need to be sure.

I'm using version 2.5, is that the latest with AJAX mode?
by sandyinc
Mar 08, 2007 3:44 pm
Forum: XUpload
Topic: Large File Uploads Fail
Replies: 18
Views: 28895

I'm having a similar issue with mine. The timeout variable in the Perl module is set as: $TIMEOUT = 240*60; # 4 hour timeout for big files Should this be set to a static number instead of a calculation? I set the timeout in Apache to a ridiculously high number (100000 or so). I can never get a compl...
by sandyinc
Dec 19, 2006 2:24 pm
Forum: XUpload
Topic: Files not copying
Replies: 5
Views: 8430

New day, new errors: Upon attempting to upload, it appears that nothing happens and I get an error in the browser that says there is a syntax error on character 1 of line 2 (which happens to be the < of the <html> tag). After inspecting the Apache logs, I find this: [Tue Dec 19 08:50:04 2006] [error...
by sandyinc
Dec 18, 2006 10:10 pm
Forum: XUpload
Topic: Using and Manipulating the "Post info"
Replies: 4
Views: 7297

Don't mean to thread-jack, but I have a similar question in regard to the POST information that is sent after the file is uploaded. When a file is re-named, is there a way to send the new filename with the POST information?
by sandyinc
Dec 18, 2006 9:18 pm
Forum: XUpload
Topic: Files not copying
Replies: 5
Views: 8430

*edit*

Just realized I had the path to perl wrong in the cgi file headers. Duh.

The direct copied upload_form.html works, but returns a "you are not allowed to upload files" error...

*edit-edit*

And after a quick search I found that ip_allowed oddness. Huzzah for the workingness!
by sandyinc
Dec 18, 2006 3:15 pm
Forum: XUpload
Topic: Files not copying
Replies: 5
Views: 8430

Well, it still doesn't move it to the proper location, but at least nothing else broke...

Since I've already put so much time into this... how much work is required to upgrade to the paid version?
by sandyinc
Dec 15, 2006 8:49 pm
Forum: XUpload
Topic: Files not copying
Replies: 5
Views: 8430

Files not copying

I'm running the free version on XP to test and I'm having some issues. (yes, I know XP + free = broken) The main issue I'm having is that its not copying the files to the directory stated for target_dir. The upload works fine, the progress bar is great, but I just end up with a folder in the temp di...