Search:

Type: Posts; User: pappasman

Search: Search took 0.03 seconds.

  1. Replies
    46
    Views
    210,182

    Re: Upload File via FTP (VB.NET 2005)

    Simple enough, with the fileupload control, grab the filesize using, I think, fileupload(whatever the name for your control is, if it was for pics, I would 'id' it as 'fileupload_pics'. so use...
  2. Replies
    46
    Views
    210,182

    Re: Upload File via FTP (VB.NET 2005)

    The asp.net file upload control is fully customizable. If you check MSDN, under FileUpload Control, you will see a full list of Methods and all the class details.
  3. Replies
    46
    Views
    210,182

    Re: Upload File via FTP (VB.NET 2005)

    The reason why you cannot use that in asp.net is because asp.net does not use the same functionality. I recommend using asp.net's FileUpload control. It is a hell of a lot easier.
Results 1 to 3 of 3



Click Here to Expand Forum to Full Width