Link to home
Start Free TrialLog in
Avatar of fmichail
fmichailFlag for Canada

asked on

How to upload files in asp.net without browsing in VB.Net

Hi Experts,
I want to allow users to upload files from a predefined locations to the web server using vb.net
The problem is how to do that without user interaction (No Browsing). I want the application to dynamically and programmatically do that without asking the user.
I know the the fileUpload control fileName property is READONLY, and I have a feeling that my idea could be intentionally disabled because of security reasons... However, Is there a way to do that?
ThanksĀ 
ASKER CERTIFIED SOLUTION
Avatar of HainKurt
HainKurt
Flag of Canada image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
SOLUTION
Avatar of Kimputer
Kimputer

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
SOLUTION
Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Avatar of fmichail

ASKER

Thank you David, Kimputer, hainkurt... You are all right. I will consider this as the answer for a meaningless question