[jQuery] Re: Jquery can show Images from file:///C:?

2007-08-18 Thread Mario Moura
--- > *From:* jquery-en@googlegroups.com [mailto:[EMAIL PROTECTED] *On > Behalf Of *Mario Moura > *Sent:* Friday, August 17, 2007 2:58 PM > *To:* jquery-en@googlegroups.com > *Subject:* [jQuery] Re: Jquery can show Images from file:///C:? > > Hi > > Wow. Looks great. >

[jQuery] Re: Jquery can show Images from file:///C:?

2007-08-17 Thread Andy Matthews
] Re: Jquery can show Images from file:///C:? Hi Wow. Looks great. ASAP I will study this I saw that fileExtension is caseSensitive so probably should have fileExtension == "JPG" fileExtension == "jpg" fileExtension == "Jpg" to avoid trouble. thanks a lo

[jQuery] Re: Jquery can show Images from file:///C:?

2007-08-17 Thread Mario Moura
gger it: > > > > > > > > > > > > > > I can't say that it works on all computers, but I've never once had a > > client say that it didn't work. > > > > -- > > *From:* jquery-en@googleg

[jQuery] Re: Jquery can show Images from file:///C:?

2007-08-17 Thread Joan Piedra
puters, but I've never once had a > client say that it didn't work. > > -- > *From:* jquery-en@googlegroups.com [mailto:[EMAIL PROTECTED] *On > Behalf Of *Joan Piedra > *Sent:* Friday, August 17, 2007 12:39 PM > *To:* jquery-en@googlegroups.com >

[jQuery] Re: Jquery can show Images from file:///C:?

2007-08-17 Thread Andy Matthews
k. _ From: jquery-en@googlegroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Joan Piedra Sent: Friday, August 17, 2007 12:39 PM To: jquery-en@googlegroups.com Subject: [jQuery] Re: Jquery can show Images from file:///C:? Hey Mario, I had the same idea some time ago, but after trying some workaround

[jQuery] Re: Jquery can show Images from file:///C:?

2007-08-17 Thread Joan Piedra
Hey Mario, I had the same idea some time ago, but after trying some workarounds and reading a lot of browser docs I noticed this was an horrible and really bad practice in web development. So we actually can't make an "image preview" before sending data to the server. We will have to stick to the

[jQuery] Re: Jquery can show Images from file:///C:?

2007-08-08 Thread Justin Sepulveda
No. On Aug 7, 4:28 pm, "Mario Moura" <[EMAIL PROTECTED]> wrote: > Hi folks > > What I am trying is show an image into my browser with this tag > > into my > browser. > > Is it possible? or is a security lock from browsers? > > I am using $.post() > > So I could send the path that user choice C:/

[jQuery] Re: Jquery can show Images from file:///C:?

2007-08-07 Thread Mario Moura
Ok Stephan Thanks a lot for this explain. Now I can go to right way. Regards Mario 2007/8/7, Stephan Beal <[EMAIL PROTECTED]>: > > > On Aug 8, 1:28 am, "Mario Moura" <[EMAIL PROTECTED]> wrote: > > What I am trying is show an image into my browser with this tag > > > > into my > > browser. > >

[jQuery] Re: Jquery can show Images from file:///C:?

2007-08-07 Thread Stephan Beal
On Aug 8, 1:28 am, "Mario Moura" <[EMAIL PROTECTED]> wrote: > What I am trying is show an image into my browser with this tag > > into my > browser. > > Is it possible? or is a security lock from browsers? Both. It is possible, but only if your browser allows it. > I am using $.post() It is li