Problem In Implementing Uploader in Code Behind Page in asp.net

  •  01-02-2009, 12:13 PM

    Problem In Implementing Uploader in Code Behind Page in asp.net

    Hi,
     
    i have downloaded ajax uploader and tested the given code. it worked properly.
     
    so i tried to implement the same in my code.
     
    but the problem is that the given code is in one page format ie no code behind pages
     
    whereas i have to implement the uploader in code behind page (aspx.cs).
     
    also i am using master pages, so it gets difficult to implement the code.
     
    so can you provide me with example on how to implement the uploader in the code behind pages in asp.net.
     
    i want to implement the simple-upload-Validation example in my project where all the uploading code should be in the code behind page (aspx.cs page)
     
     
     
    Thanks.
     
     
View Complete Thread