|
-
Oct 28th, 2011, 07:40 PM
#1
Thread Starter
Hyperactive Member
[RESOLVED] Upload from Client to a Server
Help
I want to send a file from MY LOCAL MACHINE (a pdf file) to a server running the web application. (to a pre-determined path on that server). Example .. the web application is a shopping cart. Customers can UPLOAD a pdf of their tax exempt status so it is on file at the servicing end. Will the VS control FileUpload accomplish this. I have seen where you can push a document from the SERVER to the client ... but not from the remote webuser client back to the servicing webserver application.
thanks
gollnick
-
Oct 28th, 2011, 11:57 PM
#2
Re: Upload from Client to a Server
if i am not wrong you are looking for fileupload control...have a look at this
__________________
Rate the posts that helped you 
-
Oct 31st, 2011, 02:37 AM
#3
Re: Upload from Client to a Server
Hello gollnick,
Yes the FileUpload control will do what you are asking, however, this is not something that you Web Site will be able to do automatically. This will always have to be a user selected file, that they initiate the transfer of. If you are ok with that, then the FileUpload control is exactly what you need.
Let us know if you have any problems.
Gary
-
Oct 31st, 2011, 06:18 AM
#4
Thread Starter
Hyperactive Member
Re: Upload from Client to a Server
Thank you yes. Worked this out over the weekend. Also using the contains method to make sure I'm ONLY getting a pdf. Thank you very much
gollnick
-
Oct 31st, 2011, 06:19 AM
#5
Thread Starter
Hyperactive Member
Re: Upload from Client to a Server
Yes thank you very much. Also using the CONTAINS method to make sure only getting a pdf.
gollnick
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|