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
XUpload - upload problems (again)
- PilgrimX182
- Posts: 2186
- Joined: Mar 22, 2006 1:39 pm
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
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
SOLVED THE UPLOAD PART
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
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