Re: Multiple Upload Demo

  •  02-21-2011, 3:53 PM

    Re: Multiple Upload Demo

    Hi Eric,
     
    Thanks for your reply, I can confirm that the setting are as you have - I have not changed anything:
     
    1. <form id="form1" method="POST">   
    2. <%   
    3. Dim uploader   
    4. Set uploader=new AspUploader   
    5. uploader.MaxSizeKB=10240   
    6. uploader.Name="myuploader"  
    7. uploader.InsertText="Upload File (Max 10M)"  
    8. uploader.MultipleFilesUpload=true  
    9. %>   
    10. <%=uploader.GetString() %>   
    11. </form>  
    and still recive the same error message, but for simgle file this works fine.
     
View Complete Thread