Fine-Uploader ASP.NET Web Forms Server Side GET instead of POST -
I have a previous implementation of the fine-uploader 4.1 that works with the ASP.NET web form.
Server-side processing, which was initially designed to work with the initial request for the server, was initially designed to obtain initial mail.
However, I have a new project using 4.3, but the initial request is sent to server-side as GET.
I think where I will not determine or determine that I want to use the OK-uploader instead of a POST, for which I believe the server is signed to get the signed signature. Initial contact.
I have compared both projects, have switched between 4.1 and 4.3 for my life, I can not understand that what a post is for sending the project to the first-minute uploader, but the other Sending a GET for
The client side code is almost exactly the same, the options for the properly uploader are the same for both projects. Is this a web.config
httpHandler function setting? I have changed them, but still they are sent to GET instead of a post.
The correct uploader only sends GET requests in two instances:
- Once the uploader is created, if you have it.
- If you are using, you are sent to receive the request.
Comments
Post a Comment