HTTP error 406 flash??

Status
Not open for further replies.

teenhang

New Member
Messages
8
Reaction score
0
Points
0
I was trying to put a flash uploader on my webspace and it kept telling me PHP error 406. So I created a .htaccess file with the following:

HTML:
<IfModule mod_security.c>
	SecFilterEngine Off
	SecFilterScanPOST Off
</IfModule>

Thats all fine and dandy, it solved the problem with the 406 error, but now I can't even though it says "uploaded succsefully" the files aren't there. What an I doing wrong? :dunno:

P.S. My username is teenhang. The exampe is accsessable here.
 

teenhang

New Member
Messages
8
Reaction score
0
Points
0
My idea is a file upload service for ME AND FRIENDS.

However to keep from eating up disk space on your server, I have found a service that provides free unlimited storage space. I store the data on there. Here it is: file2web.co.cc

The reason I want to use flash is because you'll notice that there in no PROGRESS BAR this, at least for me, drives me insane!!! It passes the time better to stare at a percentage... you know what I mean. I have been reading about PHP and discovered that it has no way of outputting a percentage uploaded without perl and a complex thing with AJAX. So my hope was to use flash.
 

Corey

I Break Things
Staff member
Messages
34,551
Reaction score
204
Points
63
You could check the error log in your cPanel to see if it gives any further details.
 

teenhang

New Member
Messages
8
Reaction score
0
Points
0
I check my error log and....................... IT WAS BLANK. (pretty anti-climatic, huh) I don't know what that means. I could be making a mistake... there could be something wrong with my CPanel. idk:dunno:

Oh, I wanted to say thank you for all you guys do. THIS IS THE BEST FREE HOST EVER!!!! (Believe me I've tried all of them at least once)
 

Corey

I Break Things
Staff member
Messages
34,551
Reaction score
204
Points
63
Hmm, make sure the folder that the files are going into has 777 permissions.
 

teenhang

New Member
Messages
8
Reaction score
0
Points
0
Still wont work! :(
I have tried 4 different flash scripts... they all say they succeeded... but no file.
 

Corey

I Break Things
Staff member
Messages
34,551
Reaction score
204
Points
63
I'm not really sure, without specific errors we can't provide much help.
 
Status
Not open for further replies.
Top