| View previous topic :: View next topic |
| Author |
Message |
arsonista
Joined: 09 Jan 2008 Posts: 2
|
Posted: Jan 09, 2008 1:52 pm Post subject: TRANSFER COMPLETED, BUT NO PROGRESS AND NO FILE |
|
|
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. |
|
| Back to top |
|
 |
PilgrimX182

Joined: 22 Mar 2006 Posts: 1055 Location: Undisclosed location
|
Posted: Jan 09, 2008 1:58 pm Post subject: |
|
|
| Make sure you specified correct Full path to temp and uploads folders. |
|
| Back to top |
|
 |
arsonista
Joined: 09 Jan 2008 Posts: 2
|
Posted: Jan 09, 2008 2:10 pm Post subject: |
|
|
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', |
|
| Back to top |
|
 |
PilgrimX182

Joined: 22 Mar 2006 Posts: 1055 Location: Undisclosed location
|
Posted: Jan 10, 2008 7:39 am Post subject: |
|
|
| Fixed via FTP. |
|
| Back to top |
|
 |
mobster
Joined: 15 Jan 2008 Posts: 2
|
|
| Back to top |
|
 |
philltx
Joined: 21 Jan 2008 Posts: 3
|
Posted: Jan 21, 2008 6:13 pm Post subject: |
|
|
| may i ask how did you fix this issue? |
|
| Back to top |
|
 |
PilgrimX182

Joined: 22 Mar 2006 Posts: 1055 Location: Undisclosed location
|
Posted: Jan 22, 2008 1:47 pm Post subject: |
|
|
| I really don't remember now. arsonista gave me FTP access and I've fixed the misconfiguration quickly. |
|
| Back to top |
|
 |
kjackson7_93
Joined: 22 Jan 2008 Posts: 2
|
Posted: Jan 22, 2008 2:45 pm Post subject: 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! |
|
| Back to top |
|
 |
kjackson7_93
Joined: 22 Jan 2008 Posts: 2
|
Posted: Jan 28, 2008 2:57 pm Post subject: Fixed |
|
|
| I found the problem. I had to turn off performance cache on the web server... |
|
| Back to top |
|
 |
|