browse local disk drive

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

I am looking to browse local disk drive to upload pictures to my web system.
How do i display my local files? I am using an aspx in vb
 
Stanley,

Why did you think that Microsoft is spending millions to make what you ask
imposible?

Cor
 
what do you mean? do have an answer to my qustion?
When you want to upload pictures from local computers using Webpages you
have to go through the security of the browser and the operating system.

So when it is good, you never will succeed.

Cor
 
What about <form enctype="multipart/form-data" runat="server">
HTMLInputFile control?
 
Stanley,
What about <form enctype="multipart/form-data" runat="server">
HTMLInputFile control?
AFAIK does the HTML Input file control give the user the posibility to
browse on his computer and give you a file to upload

It is not you who are browsing,

Cor
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top