A Flash Developer Resource Site

Results 1 to 2 of 2

Thread: [RESOLVED] FileReference upload() HTTP Error

  1. #1
    newb of many sorts Ralgoth's Avatar
    Join Date
    Apr 2002
    Posts
    466

    [RESOLVED] FileReference upload() HTTP Error

    I had a huge problem with getting an HTTPerror 403 while uploading images using the upload() command in Flash 8. This is the solution off of the Macromedia website...

    Any http errors such as 403, 406 or where a file upload goes to a 100% but doesn't show up on the server is a result of the mod_security. Mod_sercurity blocks the post request of flash because it is missing a ":". To correct this problem create or find the .htaccess file in your root directory then type in:

    SecFilterEngine Off
    SecFilterScanPOST Off

    that should correct your problem
    Last edited by Ralgoth; 10-02-2006 at 03:34 PM.
    Search first, asked questions later.

  2. #2
    Junior Member
    Join Date
    Feb 2001
    Posts
    1

    Lightbulb Thank you

    Sweet mother of god, thank you so much for this post.

    I spent a day and half on this issue, before I came across the fix. I knew what the problem was... but didn't know how to resolve it. This worked as soon as I did it.

    Thank you again!!!!!!

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  




Click Here to Expand Forum to Full Width

HTML5 Development Center