Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Chris Miller on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

File upload IOerror only on apple systems

Status
Not open for further replies.

ThomasJSmart

Programmer
Sep 16, 2002
634
Hi,

Im trying to get a file upload thing to work in flash 8.
it works great on windows system but for some reason its generating an IO error on apple systems (in all browsers).

I found several tips and things i could try on the net but none of it has helped"

the file im trying to upload is on the desktop
the directory the swf is in has a .htaccess file with:
Code:
<IfModule mod_security.c>
	SecFilterEngine Off
	SecFilterScanPOST Off
</IfModule>
the processing file returns <html><head></head><body> </body></html> as content.

what else can i try??

Thank you,



I learned a bit yesterday, today i learned a lot, imagine what i'll learn tomorrow!
 
no one?

I learned a bit yesterday, today i learned a lot, imagine what i'll learn tomorrow!
 
Hi

Did the test, its deffenetly the Flash apli causing the error (again only on the apple in all browsers).

by the way, if someone has an uploader that deffently works on all systems that would be fine too... i can easily replace the one i have which i just got from google..

Thank you

I learned a bit yesterday, today i learned a lot, imagine what i'll learn tomorrow!
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top