Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Wanet Telecoms Ltd on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

upload Images

Status
Not open for further replies.

JawwadLone

Programmer
Mar 17, 2004
57
PK
hi
we capture images and store them in a local directory.we want to upload images from the local directory(Client Side) to webserver.how i would be able to accomplish this task.we dont want to use htmlinputfile for this. how i'd be able to accomplish this task???
 
Why don't you want to use the HTMLInputFile?


____________________________________________________________

Need help finding an answer?

Try the Search Facility or read FAQ222-2244 on how to get better results.

 
i dont want user to browse to images from local directory after he has captured the images through cam and stored them in local directory.i want to upload the images stored in local directory to server after he/she clicks the upload button.
 
as in transfer the picture directly from the webcam to the server???

Known is handfull, Unknown is worldfull
 
after capturing, image is stored in client drive i.e "c:\pictures\image1.jpg".i want to upload the image from local drive to web server.
 
that can be done ONLY with HtmlInputFile (if it can be done automatically then imagine the security issues, someone can just upload any file he wants from the client's drive)...

Known is handfull, Unknown is worldfull
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top