views:

117

answers:

1

I installed demo activeX on my web application which at the end try to upload file on server using PUT method. I'm using Windows 7.

There I get an error 404 File Not Found.

Can you please let me know what I should fix to make this working.

A: 

The PUT method will not automatically upload a file for you.

You need to write your web application to accept the PUT operation and save the file you are sending.

Here is one tutorial on uploading files. There are many around.

Also, see the FileUpload and HtmlInputFile classes.

Oded
It's demo from LeadTools (http://support.leadtools.com/SupportPortal/CS/forums/29827/ShowPost.aspx - last post) and it should be working as it is. There is a lot of articles on the web, how to enable that in IIS6, but IIS7 is something completely different (really hate IIS7 interface!!!)
AnzeR