Connecting Tech Pros Worldwide Forums | Help | Site Map

how to upload images directly from the folder or directory without giving the path of

Newbie
 
Join Date: Sep 2008
Posts: 2
#1: Oct 20 '08
hi..
how to upload images directly from the folder or directory without giving the path of the images.please help me with this.its urgent..thanku..

acoder's Avatar
Site Moderator
 
Join Date: Nov 2006
Location: UK
Posts: 14,581
#2: Oct 20 '08

re: how to upload images directly from the folder or directory without giving the path of


To upload images, use the input type="file" element/object. It'll have a browse button which you can click to select the file. What you're asking is not possible. This is handled by the browser and server-side code.
Reply


Similar HTML / CSS bytes