Recenlty I've used ajaxupoader in a website. everything was ok when testing in visual studio 2010, but after publish website in iis, an error occured on ajaxuploader after file select:
The HTTP verb POST used to access path '/foldername/' is not allowed.
I used ajaxuploader in an updatepanel. funny thing is that sometimes It works!!!
sample code of ajaxuploader:
<CuteWebUI:Uploader ID="Uploader1" runat="server"
onfileuploaded="Uploader1_FileUploaded" TempDirectory="~/UploaderTemp"
CancelText="cancel" InsertText="upload" UploadType="IFrame">
</CuteWebUI:Uploader>
what should I do?!!!:( how can I allow POST in specified path?!