A Flash Developer Resource Site

Results 1 to 2 of 2

Thread: [RESOLVED] FileReference upload() HTTP Error

Threaded View

  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.

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