HighDots Forums  

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

alt.html alt.html


Discuss How do I display a file c:\MYDIR\A.jpg ? in the alt.html forum.



Reply
 
Thread Tools Display Modes
  #1  
Old   
PHPBABY3
 
Posts: n/a

Default How do I display a file c:\MYDIR\A.jpg ? - 05-03-2008 , 05:04 PM






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 -

Reply With Quote
  #2  
Old   
SAZ
 
Posts: n/a

Default Re: How do I display a file c:\MYDIR\A.jpg ? - 05-03-2008 , 05:12 PM






In article <2d4f9806-ee3d-46d3-9fb9-6a4316dcc933
@m45g2000hsb.googlegroups.com>, shymathguy (AT) gmail (DOT) com says...
Quote:
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.


Reply With Quote
  #3  
Old   
PHPBABY3
 
Posts: n/a

Default Re: How do I display a file c:\MYDIR\A.jpg ? - 05-03-2008 , 05:16 PM



On May 3, 5:12*pm, SAZ <saz1... (AT) nospamexcite (DOT) com> wrote:
Quote:
In article <2d4f9806-ee3d-46d3-9fb9-6a4316dcc933
@m45g2000hsb.googlegroups.com>, shymath... (AT) gmail (DOT) com 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?





Reply With Quote
  #4  
Old   
Jonathan N. Little
 
Posts: n/a

Default Re: How do I display a file c:\MYDIR\A.jpg ? - 05-03-2008 , 05:42 PM



PHPBABY3 wrote:
Quote:
On May 3, 5:12 pm, SAZ <saz1... (AT) nospamexcite (DOT) com> wrote:
In article <2d4f9806-ee3d-46d3-9fb9-6a4316dcc933
@m45g2000hsb.googlegroups.com>, shymath... (AT) gmail (DOT) com 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


Reply With Quote
  #5  
Old   
Neredbojias
 
Posts: n/a

Default Re: How do I display a file c:\MYDIR\A.jpg ? - 05-03-2008 , 07:08 PM



On 03 May 2008, PHPBABY3 <shymathguy (AT) gmail (DOT) com> wrote:

Quote:
On May 3, 5:12*pm, SAZ <saz1... (AT) nospamexcite (DOT) com> wrote:
In article <2d4f9806-ee3d-46d3-9fb9-6a4316dcc933
@m45g2000hsb.googlegroups.com>, shymath... (AT) gmail (DOT) com 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 you've expressed things correctly, -not possible. Yon client files must
be uploaded by yonder client.

--
Neredbojias
http://www.neredbojias.net/
Great sights and sounds


Reply With Quote
  #6  
Old   
Adrienne Boswell
 
Posts: n/a

Default Re: How do I display a file c:\MYDIR\A.jpg ? - 05-04-2008 , 01:13 PM



Gazing into my crystal ball I observed PHPBABY3 <shymathguy (AT) gmail (DOT) com>
writing in news:a40690e3-8920-43af-82b9-
a316111836ac (AT) c65g2000hsa (DOT) googlegroups.com:

Quote:
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?

You will have to use some kind of upload script on your page to get the
images and save them to your server. If you are thinking of putting the
images into a database, I would highly recommend you do not do so --
only store the path to the image in the db.

Once you have the images on your server, simply use the path to the
images on your server.

--
Adrienne Boswell at Home
Arbpen Web Site Design Services
http://www.cavalcade-of-coding.info
Please respond to the group so others can share



Reply With Quote
  #7  
Old   
faerber.jan@gmail.com
 
Posts: n/a

Default Re: How do I display a file c:\MYDIR\A.jpg ? - 05-04-2008 , 04:22 PM




Quote:
The user identifies a bunch of JPG files on their computer. *My
program takes them and displays them all on one page. *How?
So come on - if you can write a program like ICQ personal Web server
you should know what to do.

Jan



Reply With Quote
  #8  
Old   
PHPBABY3
 
Posts: n/a

Default Re: How do I display a file c:\MYDIR\A.jpg ? - 05-04-2008 , 06:10 PM



On May 4, 4:22*pm, faerber.... (AT) gmail (DOT) com wrote:
Quote:
The user identifies a bunch of JPG files on their computer. *My
program takes them and displays them all on one page. *How?

So come on - if you can write a program like ICQ personal Web server
you should know what to do.

Jan
Ok for the lesson in logic. Now how do I do what I want to do?

P -


Reply With Quote
  #9  
Old   
Gus Richter
 
Posts: n/a

Default Re: How do I display a file c:\MYDIR\A.jpg ? - 05-04-2008 , 07:00 PM



PHPBABY3 wrote:
Quote:
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"

Local Absolute Addressing for Windows:

file://///MYDIR/A.jpg

(don't ask what all those /s are for)

--
Gus


Reply With Quote
  #10  
Old   
Neredbojias
 
Posts: n/a

Default Re: How do I display a file c:\MYDIR\A.jpg ? - 05-04-2008 , 07:05 PM



On 04 May 2008, PHPBABY3 <shymathguy (AT) gmail (DOT) com> wrote:

Quote:
On May 4, 4:22*pm, faerber.... (AT) gmail (DOT) com wrote:
The user identifies a bunch of JPG files on their computer. *My
program takes them and displays them all on one page. *How?

So come on - if you can write a program like ICQ personal Web server
you should know what to do.

Jan

Ok for the lesson in logic. Now how do I do what I want to do?
I'm still not entirely clear on your premise. Are you talking about
something something like this:

http://www.neredbojias.net/_u2/qusri.php

?

--
Neredbojias
http://www.neredbojias.net/
Great sights and sounds


Reply With Quote
Reply




Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off



Powered by vBulletin Version 3.5.4
Copyright ©2000 - 2009, Jelsoft Enterprises Ltd.