XUpload - upload problems (again)

Message
Author
bugboy
Posts: 9
Joined: Feb 04, 2008 11:04 am

upload problems (again)

#1 Postby bugboy » Feb 04, 2008 11:11 am

Hello all.

I'm new here and have recently stumbled upon this resource.

Now i have a few issues and they have been asked before( i know i have looked). But i couldn't find my answer or solution to the challenge that i face.

I need to upload files above 10mb upto 50mb but the host has limited php to 8mb. I can't change this. My last resort if nothing works is ftp (which i don't want to use as it will make my process messy.

Thats how i came accross XUpload

Now i have been trying the free version 2.6 and i seem to have a few common problems.

The first is i keep getting transfer complete and no files uploading
I tried the .htaccess and that didn't help. I also chmod the files like it said.

I now get a 500 internal erro and in my error log i get this

Premature end of script headers:

I'm not sure what i'm doing wrong but i can't for the life of me get this sorted and it looks so like what i need.

Any help would be greatly appreciated.

Cheer

oh yeah its apache server runing php 5.2.3

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

#2 Postby PilgrimX182 » Feb 04, 2008 11:19 am

If you chmoded it correctly and still 500 error, then you have windows linebreaks there instead of linux. To avoid this re-upload files via FTP in binary mode.

bugboy
Posts: 9
Joined: Feb 04, 2008 11:04 am

#3 Postby bugboy » Feb 04, 2008 11:29 am

yeah i read your post about that. I've looked everywhere for the line breaks but with no joy.

I'm uploading from a mac as well.

I'll take another look and see.

Cheers

bugboy
Posts: 9
Joined: Feb 04, 2008 11:04 am

#4 Postby bugboy » Feb 04, 2008 11:34 am

yep re uploaded checking Binary and still the same issue.

i even used textmate to see if there was any non unix line breaks and there was none.

Strange

bugboy
Posts: 9
Joined: Feb 04, 2008 11:04 am

#5 Postby bugboy » Feb 04, 2008 11:56 am

ok i've got rid of the internal server error now which is a start but now i'm getting this:

Transfer complete <close>

now this happens even though the file hasn't uploaded.

my htaccess file looks like this

LimitRequestBody 10000000000000

<IfModule mod_security.c>
SetEnvIfNoCase Content-Type \
"^multipart/form-data;" "MODSEC_NOPOSTBUFFERING=Do not buffer file uploads"
</IfModule>

<IfModule mod_gzip.c>
mod_gzip_on No
</IfModule>

Also no errors are being reported in the error log

not sure what to do now

bugboy
Posts: 9
Joined: Feb 04, 2008 11:04 am

SOLVED THE UPLOAD PART

#6 Postby bugboy » Feb 04, 2008 1:16 pm

i was calling the files wrong hats all

the only thing now thats not working now is the redirect its taking me to the post.cgi

i'm gonna search the forum but i'd thought i'd just post that i've gotten so far

bugboy
Posts: 9
Joined: Feb 04, 2008 11:04 am

#7 Postby bugboy » Feb 04, 2008 3:37 pm

sorted it all now. Thanks for all your help