
November 6th, 2006, 09:23 AM
|
|
Registered User
|
|
Join Date: Nov 2006
Posts: 5
Time spent in forums: 34 m 42 sec
Reputation Power: 0
|
|
Quote: | Originally Posted by Atreyu Hi have a problem in a way related to the one LASteve had in the post “Browse Button in HTML For Directory Selection Alone…Not File Selection”, but it’s not the same.
See I want to know how to access some files (images if you must know that I would have already told the user to download, so I know the path to the files) from a users local machine and loaded into the html. So in stead of the loading the files from the server, the html loads some files from the user’s machine and thus economizes bandwidth.  That’s what I want to achieve, can anyone help me?
Atreyu |
Hi
Don't know if you're still trying to solve this, but if you do something like
Code:
<img src="c:\myimage.jpg"/>
This should source the image from the CLIENTS c: as opposed to the server's c:
|