Talk About Network

Google


Register and Login
Nick
Password
Register create new account Sign up is FREE and you can post replies, new topics, bookmark posts and more!
Recover lost password


Programming > Html > Re: How do I di...
Latest [ Topics | Posts ] Archive Post A New Topic Post a Reply
<< Topic < Post Post 4 of 25 Topic 9870 of 10681
Post > Topic >>

Re: How do I display a file c:\MYDIR\A.jpg ?

by "Jonathan N. Little" <lws4art@[EMAIL PROTECTED] > May 3, 2008 at 05:42 PM

PHPBABY3 wrote:
> On May 3, 5:12 pm, SAZ <saz1...@[EMAIL PROTECTED]
> wrote:
>> In article <2d4f9806-ee3d-46d3-9fb9-6a4316dcc933
>> @[EMAIL PROTECTED]
>, shymath...@[EMAIL PROTECTED]
 says...
>>
>>> How do I display a file c:\MYDIR\A.jpg ?
>>> These don't work:
>>> <img src="c:\MYDIR\A.jpg">
>>> <img src="c:/MYDIR/A.jpg">
>>> <img src="c:MYDIR\A.jpg">
>>> <img src="c:MYDIR/A.jpg">
>>> P -
>> Do you mean you are trying to build a web page, post it, and grab an
>> image from your personal computer to display on the site?  If so, you
>> must upload the image to the site and correct the path to the image.
> 
> The user identifies a bunch of JPG files on their computer.  My
> program takes them and displays them all on one page.  How?

If the webpage is in "c:\MYDIR" then just put <img src="A.jpg"... else 
you have to use relative paths, remember for webpage path separators are
"/"

so for:

HTMLfolder
HTMLfolder/IMGfolder

<img src="IMGfolder/A.jpg">

or for

SomeFolder/HTMLfolder
SomeFolder/IMGfolder

<img src="../IMGfolder/A.jpg">

-- 
Take care,
 
Jonathan
-------------------
LITTLE WORKS STUDIO
http://www.LittleWorksStudio.com
 




 25 Posts in Topic:
How do I display a file c:\MYDIR\A.jpg ?
PHPBABY3 <shymathguy@[  2008-05-03 14:04:41 
Re: How do I display a file c:\MYDIR\A.jpg ?
SAZ <saz1958@[EMAIL PR  2008-05-03 16:12:02 
Re: How do I display a file c:\MYDIR\A.jpg ?
PHPBABY3 <shymathguy@[  2008-05-03 14:16:39 
Re: How do I display a file c:\MYDIR\A.jpg ?
"Jonathan N. Little&  2008-05-03 17:42:44 
Re: How do I display a file c:\MYDIR\A.jpg ?
Neredbojias <me@[EMAIL  2008-05-04 01:08:57 
Re: How do I display a file c:\MYDIR\A.jpg ?
Adrienne Boswell <arbp  2008-05-04 17:13:33 
Re: How do I display a file c:\MYDIR\A.jpg ?
faerber.jan@[EMAIL PROTEC  2008-05-04 13:22:35 
Re: How do I display a file c:\MYDIR\A.jpg ?
PHPBABY3 <shymathguy@[  2008-05-04 15:10:36 
Re: How do I display a file c:\MYDIR\A.jpg ?
Neredbojias <me@[EMAIL  2008-05-05 01:05:50 
Re: How do I display a file c:\MYDIR\A.jpg ?
Rob McAninch <usenet20  2008-05-10 20:55:49 
Re: How do I display a file c:\MYDIR\A.jpg ?
Gus Richter <gusrichte  2008-05-04 19:00:58 
Re: How do I display a file c:\MYDIR\A.jpg ?
SAZ <saz1958@[EMAIL PR  2008-05-05 08:42:39 
Re: How do I display a file c:\MYDIR\A.jpg ?
"Jonathan N. Little&  2008-05-05 11:40:56 
Re: How do I display a file c:\MYDIR\A.jpg ?
frank <frankdivita@[EM  2008-05-04 18:54:51 
Re: How do I display a file c:\MYDIR\A.jpg ?
richard <i.do.not@[EMA  2008-05-05 18:12:44 
Re: How do I display a file c:\MYDIR\A.jpg ?
frank <frankdivita@[EM  2008-05-04 19:19:13 
Re: How do I display a file c:\MYDIR\A.jpg ?
"Jonathan N. Little&  2008-05-05 00:05:29 
Re: How do I display a file c:\MYDIR\A.jpg ?
richard <i.do.not@[EMA  2008-05-05 19:30:04 
Re: How do I display a file c:\MYDIR\A.jpg ?
rf <rf@[EMAIL PROTECTE  2008-05-06 04:09:41 
Re: How do I display a file c:\MYDIR\A.jpg ?
Raymond.Schmit@[EMAIL PRO  2008-05-06 23:25:37 
Re: How do I display a file c:\MYDIR\A.jpg ?
"Jonathan N. Little&  2008-05-06 22:48:17 
Re: How do I display a file c:\MYDIR\A.jpg ?
Raymond.Schmit@[EMAIL PRO  2008-05-08 14:49:31 
Re: How do I display a file c:\MYDIR\A.jpg ?
"Jonathan N. Little&  2008-05-08 11:26:53 
Re: How do I display a file c:\MYDIR\A.jpg ?
Raymond.Schmit@[EMAIL PRO  2008-05-09 09:03:10 
Re: How do I display a file c:\MYDIR\A.jpg ?
freemont <freemont@[EM  2008-05-09 11:11:55 

Post A Reply:
  Go here to Signup

AddThis Feed Button


About - Advertising - Contact - Frequently Asked Questions - Privacy Policy - Terms of Use - Signup

Contact
tan12V112 Thu Oct 16 0:45:43 CDT 2008.