XUpload - xupload starts and then ends with no upload

Message
Author
ssgzgvrn
Posts: 1
Joined: Jan 24, 2009 8:45 pm

xupload starts and then ends with no upload

#1 Postby ssgzgvrn » Jan 24, 2009 8:51 pm

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

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

#2 Postby PilgrimX182 » Jan 26, 2009 10:07 am

I've Made xupload iframe visible and got this error there from upload.cgi:

Code: Select all

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)

dave.thomas
Posts: 2
Joined: Oct 04, 2009 8:34 am

#3 Postby dave.thomas » Oct 05, 2009 6:23 am

This is exactly what is happening to me, but I'm not sure what you did to fix it... could you help?

fourthcoming
Posts: 3
Joined: Nov 28, 2009 5:07 pm

#4 Postby fourthcoming » Nov 29, 2009 7:53 pm

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

Ikarias
Posts: 3
Joined: Nov 26, 2009 6:36 am

#5 Postby Ikarias » Nov 30, 2009 3:34 pm

this may seem wrong, but try '../cgi-bin/temp' and '../cgi-bin/uploads'.

make sure the folders are cmod777, and that they exist.

fourthcoming
Posts: 3
Joined: Nov 28, 2009 5:07 pm

#6 Postby fourthcoming » Dec 03, 2009 12:39 am

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