Hey all!
Having an enormously irritating problem with the filereference class.
Everything works well on a pc, with when trying it out on a mac the file seems to upload (it reaches 100%) but then throws an HTTP 404 error in my face. What can be done.
Have been browsing the web quite a bit to figure this out and some say that the .htaccess file can be edited to make this work. However It seems like I can´t edit the .htaccess file. This is the content of the .htaccess file:
-FrontPage-
IndexIgnore .htaccess /.?? *~ *# /HEADER /README /_vti
<Limit GET POST>
order deny,allow
deny from all
allow from all
</Limit>
<Limit PUT DELETE>
order deny,allow
deny from all
</Limit>
Make any sense?
Would be eternaly greatful if anyone got an answer to this problem.
Cheers