| View previous topic :: View next topic |
| Author |
Message |
ssgzgvrn
Joined: 24 Jan 2009 Posts: 1
|
Posted: Jan 24, 2009 8:51 pm Post subject: xupload starts and then ends with no upload |
|
|
I just installed xupload pro.
Everything went fine.
I followed the instructions exactly, except that I put all the non-cgi items into a folder called xupload.
I pointed all the paths correctly.
I changed the post in the forms to: <form name="F1Upload" enctype="multipart/form-data" action="../cgi-bin/upload.cgi?upload_id=" method="post" onsubmit="return StartUpload(this);">
When I try to upload a file... it runs for a few seconds, and then says done in the status bar, but no file ever gets uploaded.
I also tried the different .htaccess parameters you suggested.
What do you think the problem is?
Take a look here: http://gosanilac.com/xupload/upload_form_tiny.html
thanks,
Tom |
|
| Back to top |
|
 |
PilgrimX182

Joined: 22 Mar 2006 Posts: 2106 Location: UFO Lab
|
Posted: Jan 26, 2009 10:07 am Post subject: |
|
|
I've Made xupload iframe visible and got this error there from upload.cgi:
| Code: | | CGI open of tmpfile: No such file or directory |
means temp folder specified wrong I guess. Check folder paths - should be correct and absolute (from root / folder) |
|
| Back to top |
|
 |
dave.thomas
Joined: 04 Oct 2009 Posts: 2 Location: Australia
|
Posted: Oct 05, 2009 6:23 am Post subject: |
|
|
| This is exactly what is happening to me, but I'm not sure what you did to fix it... could you help? |
|
| Back to top |
|
 |
fourthcoming
Joined: 28 Nov 2009 Posts: 3
|
Posted: Nov 29, 2009 7:53 pm Post subject: |
|
|
| dave.thomas wrote: | | This is exactly what is happening to me, but I'm not sure what you did to fix it... could you help? |
me to
how can i fix this please |
|
| Back to top |
|
 |
Ikarias
Joined: 26 Nov 2009 Posts: 3 Location: Netherlands
|
Posted: Nov 30, 2009 3:34 pm Post subject: |
|
|
this may seem wrong, but try '../cgi-bin/temp' and '../cgi-bin/uploads'.
make sure the folders are cmod777, and that they exist. |
|
| Back to top |
|
 |
fourthcoming
Joined: 28 Nov 2009 Posts: 3
|
Posted: Dec 03, 2009 12:39 am Post subject: |
|
|
| Ikarias wrote: | | this may seem wrong, but try '../cgi-bin/temp' and '../cgi-bin/uploads'. |
tryed it does not work, ive also tryed
'/cgi-bin/uploads'
'/cgi-bin/temp'
'/home/myuser/mydomain/cgi-bin/uploads'
'/home/myuser/mydomain/cgi-bin/temp'
/mydomain/cgi-bin/uploads'
/mydomain/cgi-bin/temp'
but they dont work
| Ikarias wrote: | | make sure the folders are cmod777, and that they exist. |
already done |
|
| Back to top |
|
 |
|