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:
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!
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>
what else can i try??
Thank you,
I learned a bit yesterday, today i learned a lot, imagine what i'll learn tomorrow!