Search found 14 matches

by mtspecial
Oct 04, 2007 5:55 pm
Forum: XUpload
Topic: upload stops, then jumps to 100%
Replies: 7
Views: 4472

been 2 months and haven't heard from you. Still happening to clients. The progress is working, but then jumps to 100%. Progress says done, but file is not uploaded.
by mtspecial
Jul 27, 2007 12:49 pm
Forum: XUpload
Topic: upload stops, then jumps to 100%
Replies: 7
Views: 4472

I started out without ajax mode and have switched back and forth a few times. i am currently using ajax.

the apache logs show nothing out of the ordinary...

I will PM you the logs i found.
by mtspecial
Jul 26, 2007 2:04 pm
Forum: XUpload
Topic: upload stops, then jumps to 100%
Replies: 7
Views: 4472

I meant to say "But no file uploaded"
by mtspecial
Jul 26, 2007 1:56 pm
Forum: XUpload
Topic: upload stops, then jumps to 100%
Replies: 7
Views: 4472

What they are telling me is that either the upload bar grows to about 10% and then stops or that it starts growing and at about 6% it then jumps to 100% and says that upload complete.

But now file was uploaded. The log file says that the upload was started, but thats it. No upload complete.
by mtspecial
Jul 26, 2007 1:28 pm
Forum: XUpload
Topic: upload stops, then jumps to 100%
Replies: 7
Views: 4472

upload stops, then jumps to 100%

I am having more and more clients call me about this. They are uploading a file (mixed platforms and browsers on client end), when the upload stops and/or jumps to 100% and says upload complete. Nothing was ever uploaded. I am using 2.5 Pro on OS X box. I have been using it for a while and for the m...
by mtspecial
Apr 04, 2007 4:28 pm
Forum: XUpload
Topic: Safari Issues
Replies: 1
Views: 2949

Safari Issues

Using XUpload Pro 2.4.

When using Safari, the upload starts and the status is working, for a bit.
Then the status bar jumps from say 15% to 100% and the upload status freezes.
by mtspecial
Mar 14, 2007 8:19 pm
Forum: XUpload
Topic: copy_mode
Replies: 1
Views: 3290

copy_mode

is there a way to prompt the user that a file already exists on the server with the same name and give them the choice to overwrite, rename or cancel?
by mtspecial
Mar 14, 2007 8:08 pm
Forum: XUpload
Topic: Upload with no extension
Replies: 8
Views: 6947

Your newest code produces a different result...

upload "filename" results in "filename.filename"
by mtspecial
Mar 13, 2007 12:25 pm
Forum: XUpload
Topic: Upload with no extension
Replies: 8
Views: 6947

I'm finding that it does this regardless if there is an extension or not.

upload "file.jpg" results in "file.jp.g"
by mtspecial
Mar 13, 2007 12:15 pm
Forum: XUpload
Topic: Upload with no extension
Replies: 8
Views: 6947

This change causes the script to place a "." before the last character in the file name.

Upload "filename" results in "filenam.e"
by mtspecial
Mar 12, 2007 4:09 pm
Forum: XUpload
Topic: Upload with no extension
Replies: 8
Views: 6947

Upload with no extension

Sometimes we have clients upload files with no extension (ie.. Font suitcae). I've set the script to allow all extensions (.*), but if there is no extension, file_0. gets added to the beginning of the file. exmaple: user uploads a file called "Helvetica" the file is uploaded and renamed to...
by mtspecial
Mar 12, 2007 12:12 pm
Forum: XUpload
Topic: Initializing Upload takes longer than actual upload
Replies: 3
Views: 4647

Figured out what was going on for all those who also use OS X server...

DISABLE Performance Cache and enable Keep Alive in the httpd.conf file.

Runs smooth as can be now.
by mtspecial
Mar 12, 2007 12:03 pm
Forum: XUpload
Topic: Initializing Upload takes longer than actual upload
Replies: 3
Views: 4647

I can look into my temp folder when file starts upload. It doesn't appear until the progress bar starts.

I do have
<IfModule mod_gzip.c>
mod_gzip_on No
</IfModule>

in my .htaccess file.
by mtspecial
Mar 09, 2007 3:32 pm
Forum: XUpload
Topic: Initializing Upload takes longer than actual upload
Replies: 3
Views: 4647

Initializing Upload takes longer than actual upload

It takes longer for the Upload Progress bar to appear than the actual file upload takes. Uploading a 330MB file takes about 30 seconds to show upload progress and then completes upload in 11 seconds. I had to change the "for(1..3){ last if -e $flength_file; sleep 1; }" to "for(1..120)...