I would like to be able to upload an image file via an asp page on my intranet and also have the link to that file updated into my access database.
How do I go about this....
Printable View
I would like to be able to upload an image file via an asp page on my intranet and also have the link to that file updated into my access database.
How do I go about this....
You'll need to use a third party upload component to upload the file from an HTML multipart form.
Once uploaded you can get details about the file (name etc.) and add these to the database and save the uploaded file onto the server.
Do a Google search there are loads of articles out there about just how to do this.
DJ
hi tiga,
You can use third party tool or use can use asp coding the upload. If u dont want to use third party tool then I have asp coding for uploading. If u need it then do reply, I will upload the code.
Bye, Kishore...
I would like to use the ASP codeQuote:
Originally Posted by kishore.kr
That would be great if you could upload the code, thankyou.
hi tiga,
Download the file and run the file attach.asp. create a folder "filesuploaded" in the current server directory. I have added suggesstions in the file upload_assist.asp. use them, if u need any more clarifications then reply. all the best..
-- Kishore..