Re: Get imagesize

2006-11-04 Thread Josh Nathanson
and many useful features of the site won't work because they don't have javascript enabled. -- Josh - Original Message - From: Claude Schneegans [EMAIL PROTECTED] To: CF-Talk cf-talk@houseoffusion.com Sent: Wednesday, November 01, 2006 12:02 PM Subject: Re: Get imagesize but because

Re: Get imagesize

2006-11-02 Thread Dan Plesse
I think I have solved the cross brower issue with regards to java applets but the only way to know for sure is to test. You don't have to use the chat app just check to see if the form below the applet says Applet started http://flashjabber.kicks-ass.net:9000/smack_applet.html Some secs 1.

RE: Get imagesize

2006-11-02 Thread Andy Matthews
02, 2006 3:15 PM To: CF-Talk Subject: Re: Get imagesize I think I have solved the cross brower issue with regards to java applets but the only way to know for sure is to test. You don't have to use the chat app just check to see if the form below the applet says Applet started http

Re: Get imagesize

2006-11-02 Thread Dan Plesse
!//-- andy matthews web developer certified advanced coldfusion programmer ICGLink, Inc. [EMAIL PROTECTED] 615.370.1530 x737 --//- -Original Message- From: Dan Plesse [mailto:[EMAIL PROTECTED] Sent: Thursday, November 02, 2006 3:15 PM To: CF-Talk Subject: Re: Get

Re: Get imagesize

2006-11-01 Thread Massimo Foti
But again, I'd really like to know how you can get this information from JS. http://www.massimocorner.com/validator/samples/image_upload.htm Please read the text about browser compatibility Massimo Foti, web-programmer for hire Tools for ColdFusion and

Re: Get imagesize

2006-11-01 Thread Claude Schneegans
http://www.massimocorner.com/validator/samples/image_upload.htm Pretty good idea indeed. I didn't know that one could load an image from the client machine. -- ___ REUSE CODE! Use custom tags; See http://www.contentbox.com/claude/customtags/tagstore.cfm

Re: Get imagesize

2006-11-01 Thread Robertson-Ravo, Neil (RX)
expressed by Reed Exhibitions. Visit our website at http://www.reedexpo.com -Original Message- From: Claude Schneegans To: CF-Talk Sent: Wed Nov 01 19:11:43 2006 Subject: Re: Get imagesize http://www.massimocorner.com/validator/samples/image_upload.htm Pretty good idea indeed. I didn't know

Re: Get imagesize

2006-11-01 Thread Rick Root
Claude Schneegans wrote: http://www.massimocorner.com/validator/samples/image_upload.htm Pretty good idea indeed. I didn't know that one could load an image from the client machine. Well.. you can't if you intend to support Mozilla or firefox. Although Massimo says it doesn't work with

Re: Get imagesize

2006-11-01 Thread Claude Schneegans
it DOES seem to work with Firefox 1.5, I just tried it. Good news. After all, I don't see why it should be considered as a security risk. -- ___ REUSE CODE! Use custom tags; See http://www.contentbox.com/claude/customtags/tagstore.cfm (Please send any spam

Re: Get imagesize

2006-11-01 Thread Claude Schneegans
A lot of people brush over JS like some inferior language...it's not, it can do a lot more than form validation. Absolutely. Actually a whole site could be 100% generated from JS. -- ___ REUSE CODE! Use custom tags; See

Re: Get imagesize

2006-11-01 Thread Charlie Griefer
As a fan of JS... I understand why a lot of people brush over it. Browser inconsistencies (not just between browser A and browser B, but also between version x of browser A and version x.5 of browser A) and the possibility of JS being outright turned off on the client. I just don't think people

Re: Get imagesize

2006-11-01 Thread Claude Schneegans
-- ___ REUSE CODE! Use custom tags; See http://www.contentbox.com/claude/customtags/tagstore.cfm (Please send any spam to this address: [EMAIL PROTECTED]) Thanks. ~| Introducing the Fusion

Re: Get imagesize

2006-11-01 Thread Claude Schneegans
but because of the lack of control that we as web developers have over the client configuration. In my case, I don't rely on JS for anything important on the public site. For the admin part, I have test for cookies enabled, JS enabled and anti-popup disabled. A user is not allowed in with a

Re: Get imagesize

2006-10-30 Thread Claude Schneegans
KiloBytes, the physical size of a file on your disk. Ah, ok, kb... ;-) But again, I'd really like to know how you can get this information from JS. -- ___ REUSE CODE! Use custom tags; See http://www.contentbox.com/claude/customtags/tagstore.cfm (Please send

RE: Get imagesize

2006-10-30 Thread Robertson-Ravo, Neil (RX)
You can actually get both physical size and dimensionsusing the image object in JS...see below. Checking a selected image's dimensions is possible with IE4+ (and probably with NN3 though I haven't tried), simply be creating an Image object and checking its dimensions. NN4 had a security hole

Get imagesize

2006-10-29 Thread Daniel Hikel
Hello, Does anybody know a tool to get the jpg and gif imagesize on the fly. I tried imagesize.cfc but this will not work. Using CFMX 6.1, Debian Linux. Any ideas? Thanks in advance Daniel ~| Introducing the Fusion Authority

RE: Get imagesize

2006-10-29 Thread Loathe
You can get it from JS on the client side. Or use Java to get it on the server side. -Original Message- From: Daniel Hikel [mailto:[EMAIL PROTECTED] Sent: Sunday, October 29, 2006 1:26 PM To: CF-Talk Subject: Get imagesize Hello, Does anybody know a tool to get the jpg

RE: Get imagesize

2006-10-29 Thread Michael E. Carluen
Rick Root's imagecfc http://www.opensourcecf.com/imagecfc/example.cfm -Original Message- From: Daniel Hikel [mailto:[EMAIL PROTECTED] Sent: Sunday, October 29, 2006 10:26 AM To: CF-Talk Subject: Get imagesize Hello, Does anybody know a tool to get the jpg and gif imagesize

Re: Get imagesize

2006-10-29 Thread Claude Schneegans
You can get it from JS on the client side. Just curious how you would do that? -- ___ REUSE CODE! Use custom tags; See http://www.contentbox.com/claude/customtags/tagstore.cfm (Please send any spam to this address: [EMAIL PROTECTED]) Thanks.

AW: Get imagesize

2006-10-29 Thread Daniel Hikel
Hello Michael, Thanks for your tip. But how to get the size of image with the image.cfc? Thanks Daniel -Ursprüngliche Nachricht- Von: Michael E. Carluen [mailto:[EMAIL PROTECTED] Gesendet: Sonntag, 29. Oktober 2006 19:34 An: CF-Talk Betreff: RE: Get imagesize Rick Root's imagecfc

AW: Get imagesize

2006-10-29 Thread Daniel Hikel
[mailto:[EMAIL PROTECTED] Gesendet: Sonntag, 29. Oktober 2006 20:24 An: CF-Talk Betreff: AW: Get imagesize Hello Michael, Thanks for your tip. But how to get the size of image with the image.cfc? Thanks Daniel -Ursprüngliche Nachricht- Von: Michael E. Carluen [mailto:[EMAIL PROTECTED

RE: Get imagesize

2006-10-29 Thread Snake
Document.images[imagename].height Document.images[imagename].width -- Snake -Original Message- From: Claude Schneegans [mailto:[EMAIL PROTECTED] Sent: 29 October 2006 18:42 To: CF-Talk Subject: Re: Get imagesize You can get it from JS on the client side. Just curious how you would

Re: Get imagesize

2006-10-29 Thread Claude Schneegans
Document.images[imagename].height Well, I may have misunderstood, but I was under the impression that Daniel was more concern by having the size of the image on the server, then probably after an upload. Before and during the upload, there is no way JS can get the image size. --

Re: Get imagesize

2006-10-29 Thread Mark Mandel
Document.images[imagename].width -- Snake -Original Message- From: Claude Schneegans [mailto:[EMAIL PROTECTED] Sent: 29 October 2006 18:42 To: CF-Talk Subject: Re: Get imagesize You can get it from JS on the client side. Just curious how you would do

RE: Get imagesize

2006-10-29 Thread Snake
If you are referring to KB, then you can get this too prior to upload. SPIKE posted some code once that did this. Russ -Original Message- From: Claude Schneegans [mailto:[EMAIL PROTECTED] Sent: 29 October 2006 23:12 To: CF-Talk Subject: Re: Get imagesize Document.images[imagename

Re: Get imagesize

2006-10-29 Thread Robertson-Ravo, Neil (RX)
-Original Message- From: Snake To: CF-Talk Sent: Sun Oct 29 23:27:39 2006 Subject: RE: Get imagesize If you are referring to KB, then you can get this too prior to upload. SPIKE posted some code once that did this. Russ -Original Message- From: Claude Schneegans [mailto:[EMAIL

Re: Get imagesize

2006-10-29 Thread Claude Schneegans
If you are referring to KB. KB? -- ___ REUSE CODE! Use custom tags; See http://www.contentbox.com/claude/customtags/tagstore.cfm (Please send any spam to this address: [EMAIL PROTECTED]) Thanks.

RE: Get imagesize

2006-10-29 Thread Snake
KiloBytes, the physical size of a file on your disk. -Original Message- From: Claude Schneegans [mailto:[EMAIL PROTECTED] Sent: 30 October 2006 00:06 To: CF-Talk Subject: Re: Get imagesize If you are referring to KB. KB? -- ___ REUSE CODE! Use