Search found 13 matches

by jmaster
Thu Oct 29, 2009 6:57 am
Forum: JFileUpload
Topic: Apache configurations for HTTP PUT
Replies: 14
Views: 62579

Re: Apache configurations for HTTP PUT

Hello. I've got the HTTP PUT to work. Add the following to the .htaccess. <Limit PUT DELETE> order deny,allow allow from all </Limit> Naturally this will post security risks, but at least the PUT method works now. :P Got another question, which is on uploading. When you upload individual files, you ...
by jmaster
Thu Oct 29, 2009 1:19 am
Forum: JFileUpload
Topic: Apache configurations for HTTP PUT
Replies: 14
Views: 62579

Re: Apache configurations for HTTP PUT

Hello. Thanks for the reply.

The server I use is Apache 2.2.x, with PHP 5.x running. It is also a shared hosting.

Is there anywhere to check if the default PHP configuration supports PUT and if not, any settings to enable it (eg: maybe in .htaccess or httpd.conf, etc)?

Thanks for the help.
by jmaster
Wed Oct 28, 2009 9:27 am
Forum: JFileUpload
Topic: Apache configurations for HTTP PUT
Replies: 14
Views: 62579

Apache configurations for HTTP PUT

Hello. While trying out the resume feature using HTTP PUT (via process.php), the upload process indicator went up 100% but came short with the error "Server error HTTP/1.1 403 Forbidden" on the applet window. No files appeared in the /upload folder. Using HTTP POST worked flawlessly (although resume...