Link to home
Start Free TrialLog in
Avatar of mohamed_eraky
mohamed_eraky

asked on

post file to site

how can i use vb to post file to web site,
like the form tag with file input in HTML.


Avatar of priya_pbk
priya_pbk

I had used ASP SimpleUpload to Upload files in ASP. You can download it here:

http://www.asphelp.com/ASPSimpleUpload/Default.Asp

If you are using VB,then you can create a object of this dll after you have downloaded it and use it or I guess you can also try the Inet control, which can also put files into the net.

Good Luck!

priya
Avatar of mohamed_eraky

ASKER

i need to post the data by vbapplication
this application will deal with asp file on server
and post data (this data may text or file like upload) to this file


the asp file then get this information and store it in db or get upload the file
Avatar of DanRollins
Hi mohamed_eraky,
It appears that you have forgotten this question. I will ask Community Support to close it unless you finalize it within 7 days. I will ask a Community Support Moderator to:

    Refund points and save as a 0-pt PAQ.

mohamed_eraky, Please DO NOT accept this comment as an answer.
EXPERTS: Post a comment if you are certain that an expert deserves credit.  Explain why.
==========
DanRollins -- EE database cleanup volunteer
ASKER CERTIFIED SOLUTION
Avatar of Computer101
Computer101
Flag of United States of America 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