User's avatar
Kristine S.
06:32 Apr 10, 2015
Hi.

I just bought license for the TinyMCE Quick Image Uploader and as you can see on the attach images I get an 404.3 error. How do I fix this?

This is on localhost and not on IIS.

Best regards
Jesper
 404_3.PNG   86.1 KB
 httpError.PNG   45.1 KB
Support team avatar
JS+
21:05 Apr 14, 2015
Hello,

Please check your webserver's configuration. It seems your webserver is configured to handle GET request on this URL, not POST as it needed.
This can be issue of configuration of IIS server or of proxy Nginx server for example.
User's avatar
Kristine S.
06:44 Apr 15, 2015
Ok.

So how do I do this?
I'm getting this error in the attached file right now. How do I allow Post for this method?

Best regards
Jesper
 405Error.PNG   54.7 KB
Support team avatar
JS+
09:00 Apr 17, 2015
I guess you need to configure your ISS server to allow this.
After a minute of googling I have found a number of link which may be helpful for you:

https://support.microsoft.com/en-us/kb/216493

http://stackoverflow.com/questions/6147181/405-method-not-allowed-in-iis7-5-for-put-method

http://www.asp.net/web-api/overview/testing-and-debugging/troubleshooting-http-405-errors-after-publishing-web-api-applications
User's avatar
Kristine S.
06:30 Apr 22, 2015
Hi.

This did not solve the problem. I have tried to configure the iis, and I have been googeling to try and find the problem, but the allow parameter in the 405 error dont accept Post.

Do you have another solution?

Best regards
Jesper
User's avatar
Kristine S.
11:31 Apr 22, 2015
Here is the IIS placements for Doksoft plugin, web.config configuration and dll placement
 wwwrootWebconfig.PNG   48.8 KB
 wwwrootBin.PNG   17.2 KB
 Doksoftposition.PNG   23.6 KB
User's avatar
Kristine S.
11:32 Apr 22, 2015
Here is setup in code. This works, I can se the tinymce textarea and I can save html text in it.
 tinyMCEInit.PNG   8.02 KB
 ControllerToTinymceView.PNG   5.36 KB
 TinyMceTextarea.PNG   6.21 KB
User's avatar
Kristine S.
11:33 Apr 22, 2015
This is the error.

As I said, I have followd your guide. And it's not working. Please tell me what's wrong.

Best regards
Jesper
 HttpError.PNG   70.5 KB
 Header.PNG   67.1 KB
 Preview.PNG   64.4 KB
Support team avatar
JS+
17:14 Apr 24, 2015
Hello,
You need to check what module returns this error because it is not DOKSoft's module: it accepts POST fine.
By the second link I sent you last time is the way to do it:
I enabled the Failed Request Tracing, and got the following info:
<EventData>
  <Data Name="ContextId">{00000000-0000-0000-0F00-0080000000FA}</Data>
  <Data Name="ModuleName">WebDAVModule</Data>
  <Data Name="Notification">16</Data>
  <Data Name="HttpStatus">405</Data>
  <Data Name="HttpReason">Method Not Allowed</Data>
  <Data Name="HttpSubStatus">0</Data>
  <Data Name="ErrorCode">0</Data>
  <Data Name="ConfigExceptionInfo"></Data>
 </EventData>
...so he decided to disable WebDAV module and all became working. Please read these thread and try in this way.
User's avatar
Kristine S.
13:43 Apr 27, 2015
Hi,
We dont have WebDav installed on our iis. This is the logfile I got for activating the trace.

Any idea what I can try.

Best regards
 StaticFileModule.PNG   29.3 KB
Support team avatar
JS+
08:35 May 03, 2015
Oh, I see you are trying to request .php script. This is not correct.
If you really need to work with PHP uploader you need to install PHP module to your IIS and configure it (currently IIS tries to return it to browser as static file but it is supported only with GET method).

But you do not need PHP uploader at all since we have .NET uploader which perfectly works with IIS.
Here is full installation manual for .NET with screenshots:
http://doksoft.com/blog/asp-net-uploader-configuring.html
User's avatar
Kristine S.
12:01 May 04, 2015
Oh, okay.
Just got it working on my IIS. thanke you for the great support.

Best regards