ajaxuploader error: The HTTP verb POST used to access path '/path/' is not allowed.

Last post 08-08-2011, 8:41 AM by Kenneth. 1 replies.
Sort Posts: Previous Next
  •  08-08-2011, 12:21 AM 69394

    ajaxuploader error: The HTTP verb POST used to access path '/path/' is not allowed.

    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?!
  •  08-08-2011, 8:41 AM 69406 in reply to 69394

    Re: ajaxuploader error: The HTTP verb POST used to access path '/path/' is not allowed.

    Hi tamoochin,
     
    Can you post the full error messange include the fodler/file name? And can you show me all the code of your uploader page?
     
    Regards,
     
    ken
View as RSS news feed in XML