Author: Dompi | Posted on: 4/1/2009 9:40:15 PM | Views : 897

Hi there, I have a SIMPLE (!!) code tested to upload a file. This runs smoothly when I compile the page on my machine. However when posted on the website, it refuses to save the file to the specified location .. and I get no error.

I'm thinking it might have to do with ASP rights on the (web)folder.. ?

Page code:
<asp:FileUpload ID="FileUpload1" runat="server" /><br />
<asp:Button ID="btnUpload" runat="server" Text="Upload" />

Code behind:

 Protected Sub btnUpload_Click(ByVal sender As Object, ByVal e Go to the complete details ...