I am trying to create a very simple flex/Air app that can load content such as 
small jpg or text file from a local directory to a content server (ISP using 
Apache) using the file refernce Class. I am using a simple php script to handle 
the server side processing, and which is referenced in the url of the 
URLRequest object.

However when ran  an IOErrorEvent is fired generated with the code #2038 - 
stream error. 

Inspection of responserHeaders provided by the the 
StatusEvent.HTTP_RESPONSE_STATUS object returns a http status code of 403 (403 
Forbidden)and the message "You don't have permission to access 
/MyCMS/uploader.php on this server". 

I have tested the php script and server directory paths which appears to be 
correct. 

Do you have any ideas?

Reply via email to