Method Not Allowed on Upload

  •  07-26-2012, 3:23 AM

    Method Not Allowed on Upload

    Hi,
     
    I added the Ajax Uploader to a large project and it displays fine but when I try to debug using Visual Studio and try to upload a file I get the error in Firefox ;
     
     http error1 :405:Method Not Allowed
     
    and the following error in IE;
     
     http error1 :12031:Unkown 
     
    I'm testing in IE6 and Firefox 14. I am left with the resx file in my UploaderTemp folder but the file hasn't been created in my destination folder and my OnFileUploaded method never gets called. I created a small example and this worked fine so I don't think it's my computer. Here is my code for the uploader;
     
     
    <CuteWebUI:Uploader id="Uploader" TempDirectory="~/UploaderTemp" runat="server"
        InsertText="Upload Multiple Files (Max 20M)" InsertButtonID="btnUploadDoc"                  CancelButtonID="btnCancelUpload" FileTooLargeMsg="File too large (20MB)"
                                                MultipleFilesUpload="true" OnFileUploaded="Uploader_FileUploaded">
    </CuteWebUI:Uploader>
     

    Update

    Was reading through the forum and came across this question: http://cutesoft.net/forums/thread/54924.aspx
    Someone with a similar problem to mine who tried Sample #2 MVC C# Demo and got the same error, so I tried that example and here are my results so far;
    Sample 2: works in FF14, IE8 and Chrome but not in IE6
    My project: works in Chrome but not in FF14 or IE6 (IE8 is TBC) 
     
     
    Any help would be really appreciated!
    Killian 
    Filed under: , ,
View Complete Thread