Search found 6 matches

by georgebaker
Thu Jul 24, 2008 9:46 pm
Forum: Others
Topic: 405 Method Not Allowed, when using PHP Script
Replies: 11
Views: 35742

Re: 405 Method Not Allowed, when using PHP Script

Ok I was a bit confused about the process.jsp in the applet_http.js file cause i couldn't find it in the zip file.(JFileUpload.zip)
I think i get the picture now.
Thanks for clear up the things for me.
Let me try again.
by georgebaker
Thu Jul 24, 2008 8:43 pm
Forum: Others
Topic: 405 Method Not Allowed, when using PHP Script
Replies: 11
Views: 35742

Re: 405 Method Not Allowed, when using PHP Script

No i'm trying to run applet_http.html with the applet_http.js file.
by georgebaker
Thu Jul 24, 2008 7:27 pm
Forum: Others
Topic: 405 Method Not Allowed, when using PHP Script
Replies: 11
Views: 35742

Re: 405 Method Not Allowed, when using PHP Script

No i'm not and that's the reason it doesn't work. I'm only allowed to run ASP. So let's forget the PHP sample. I was actually trying from the begining to run JFileUpload(applet_http.html), but i got this error message : Uploading : SHLF00TW.INI (222 bytes) Upload started ...Upload failed : java.net....
by georgebaker
Wed Jul 23, 2008 6:57 am
Forum: Others
Topic: 405 Method Not Allowed, when using PHP Script
Replies: 11
Views: 35742

Re: 405 Method Not Allowed, when using PHP Script

The beginning of the process.php look like this. <?php $upload_dir = "C:\Inetpub\wwwroot\_website-eks\fileupload\upload"; * $max_size = 1500000; $createsubfolders = "true"; $keepalive = "false"; * Have tried to change it to http://www.gjonline.dk/fileupload/process.php, but page cannot be displayed.
by georgebaker
Tue Jul 22, 2008 9:43 pm
Forum: Others
Topic: 405 Method Not Allowed, when using PHP Script
Replies: 11
Views: 35742

Re: 405 Method Not Allowed, when using PHP Script

The file size is below 0.5 MB
Tried to changed the upload folder to accept to a file to written - page cannot be displayed.
No i cannot upload a single file through process.php - Page cannot be displayed
Page cannot be displayed when i'm trying to run process_debug.php

What have I done wrong ?
by georgebaker
Mon Jul 21, 2008 9:45 pm
Forum: Others
Topic: 405 Method Not Allowed, when using PHP Script
Replies: 11
Views: 35742

405 Method Not Allowed, when using PHP Script

Hey,

I've get this error message when i'm trying to run the PHP Script.

Error : Upload started ...Server error HTTP/1.1 405 Method Not Allowed.

Any idea why i get this message?

Thanks for your help in advance.