Hello,
I am trying to upload a file to a directory on the server. I am using code that I have used many times on standar ASP.net application but it's not working with my portal application.
When I add the following control
<input typ="file" id="file_budget" runat="server">
all postback operations stop functioning.
Is there another control I should be using to upload files?
Many Thanks,
Paul Hume