Search

You searched for the word(s):
< 1 second(s)
  • Re: Multiple Upload Controls on One Page

    Eric:Please set property ''MaxSizeKB'' to restrict the size of uploaded files: &lt;% &nbsp;&nbsp;Dim uploader &nbsp;&nbsp;Set uploader=new ...
    Posted to ASP Uploader (Forum) by Apollyonx83x on August 19, 2010
  • Re: Multiple Upload Controls on One Page

    Also, how do I restrict file size?&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; Dim uploader2&nbsp; &nbsp; &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; Set uploader2=new AspUploader&nbsp; &nbsp; &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; uploader2.Name=''myuploader2'' &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; ...
    Posted to ASP Uploader (Forum) by Apollyonx83x on August 18, 2010
  • Multiple Upload Controls on One Page

    How do I go about creating multiple upload controls on one page? Is it even possible with this solution?&nbsp;So, I can have it uploading to one directory on the top of my web page, and down on the bottom having a control that uploads somewhere else?&nbsp;Thanks.&nbsp;Regards,Apollyon
    Posted to ASP Uploader (Forum) by Apollyonx83x on August 18, 2010