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.
XUpload - TRANSFER COMPLETED, BUT NO PROGRESS AND NO FILE
- PilgrimX182
- Posts: 2186
- Joined: Mar 22, 2006 1:39 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',
# 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',
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
http://members.iinet.net.au/~ellissigns ... _form.html
transfer complete but no file transfer status or file on my FTP
- PilgrimX182
- Posts: 2186
- Joined: Mar 22, 2006 1:39 pm
-
- Posts: 2
- Joined: Jan 22, 2008 2:39 pm
Solution?
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!
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!
-
- Posts: 2
- Joined: Jan 22, 2008 2:39 pm
Fixed
I found the problem. I had to turn off performance cache on the web server...