Welcome to the new Uploadify Community Forums. We've made the switch from PHPBB to Vanilla Forums in hopes of controlling the SPAM more efficiently. We hope this change doesn't suck so much. Also, don't forget to wrap your code in tags. You can quickly insert code using ctrl + f.
I lost some messages that were posted on February 4th. If you posted a message or reply on February 4th, please do so again. Sorry about the inconvenience.
Error HTTP: 403
  • Hi all,

    I setup a small php app to upload pictures.

    When i use ff on debian (iceweasel 3.0.9), uploadify works like a charm.
    When i use ff on windows xp pro (ff 3.0.10), i get a 403 http error at the end of the progress bar.
    When i use ie8, i don't even get the nice browse button despite i activated the javascripting.

    note: i deactivated all stuffs in htaccess.

    Any idea for ff on m$ and ie8 ? piece of code would help you ?

    regards,

    f.
  • i answer to myself,

    in the .htaccess of the upload.php script directory, i added the directive:

    SecFilterEngine Off


    now the full .htaccess looks like:


    #allow to overcome 401 http error
    Allow from all
    Satisfy any
    #allow to overcome 403 http error
    SecFilterEngine Off


    regards,

    f.
  • Hi,

    I have the same problem, but in my case, the solution was write in .htaccess this code:

    Allow from all
    Satisfy any
    SecFilterEngine Off

    Thanks!
  • The user and all related content has been deleted.

Howdy, Stranger!

It looks like you're new here. If you want to get involved, click one of these buttons!