XUpload - TRANSFER COMPLETED, BUT NO PROGRESS AND NO FILE

Message
Author
arsonista
Posts: 2
Joined: Jan 09, 2008 1:45 pm

TRANSFER COMPLETED, BUT NO PROGRESS AND NO FILE

#1 Postby arsonista » Jan 09, 2008 1:52 pm

I m a OS X User, testing x upload and I really want to use it, if I once get it working. Im using the free version, I have the right permissions on the files and always used binary transfer. I created two folders and named them temp and upload an cmoed them to 777. still its not working, no files upload no progress bar shown. at the end it says: transfer completed, but I cant find any file on my ftp. read through the forum but couldn t find a solution, I have no other scripts running, I put the script in cgi-bin/upload1/....

please help me would really like to use this tool to transfer videos!

thanks

arsonista


my page: http://www.stumblingbulb.com/upload_form.html

...doesnt matter which file I use after a few seconds he says completed, even on large films.

User avatar
PilgrimX182
Posts: 2186
Joined: Mar 22, 2006 1:39 pm

#2 Postby PilgrimX182 » Jan 09, 2008 1:58 pm

Make sure you specified correct Full path to temp and uploads folders.

arsonista
Posts: 2
Joined: Jan 09, 2008 1:45 pm

#3 Postby arsonista » Jan 09, 2008 2:10 pm

tried it like this:

# Directory for temporary using files
temp_dir => 'http://www.stumblingbulb.com/cgi-bin/UPLOAD1/temp',

# Directory for uploaded files
target_dir => 'http://www.stumblingbulb.com/cgi-bin/UPLOAD1/uploads',

like this:

# Directory for temporary using files
temp_dir => '/cgi-bin/UPLOAD1/temp',

# Directory for uploaded files
target_dir => '/cgi-bin/UPLOAD1/uploads',

# Directory for temporary using files
temp_dir => 'http://www.stumblingbulb.com/cgi-bin/UPLOAD1/temp',

AND LIKE THIS
# Directory for uploaded files
target_dir => 'home/cgi-bin/UPLOAD1/uploads',

User avatar
PilgrimX182
Posts: 2186
Joined: Mar 22, 2006 1:39 pm

#4 Postby PilgrimX182 » Jan 10, 2008 7:39 am

Fixed via FTP.

mobster
Posts: 2
Joined: Jan 15, 2008 10:17 am

#5 Postby mobster » Jan 15, 2008 10:18 am

im having the same problem at this address

http://members.iinet.net.au/~ellissigns ... _form.html

transfer complete but no file transfer status or file on my FTP

philltx
Posts: 3
Joined: Jan 21, 2008 5:34 pm

#6 Postby philltx » Jan 21, 2008 6:13 pm

may i ask how did you fix this issue?

User avatar
PilgrimX182
Posts: 2186
Joined: Mar 22, 2006 1:39 pm

#7 Postby PilgrimX182 » Jan 22, 2008 1:47 pm

I really don't remember now. arsonista gave me FTP access and I've fixed the misconfiguration quickly.

kjackson7_93
Posts: 2
Joined: Jan 22, 2008 2:39 pm

Solution?

#8 Postby kjackson7_93 » Jan 22, 2008 2:45 pm

arsonista,

I went to the link in your post and uploaded a picture. It appears you got it to work. Could you post the solution?

I'm on a Mac OS X box. I tried the .htaccess code but no luck. Debugging, I commented out the line that deletes the temp file. The upload_status loops looking for a temp file and finally gives up. (I changed the number of tries to something really high and still no luck). Once the file is transferred, the temp file is created but by then its too late.

ANY help will be appreciated!

Thanks!

kjackson7_93
Posts: 2
Joined: Jan 22, 2008 2:39 pm

Fixed

#9 Postby kjackson7_93 » Jan 28, 2008 2:57 pm

I found the problem. I had to turn off performance cache on the web server...