RE: Everyone else is talking about images, why not me!

2007-05-04 Thread Peterson, Chris
Yup.  The users for this portion of the site are employee's of my
client, and they need to take pictures of items in the field and upload
images to the server, but sometimes are limited to dial up so a 2 meg
jpg file is way too big. Thanks to everyone for their suggestions.  At
this point, I may even roll a .NET app and consume a web service in CF,
that may be the ticket for me. =)

Chris 

~|
Macromedia ColdFusion MX7
Upgrade to MX7 & experience time-saving features, more productivity.
http://www.adobe.com/products/coldfusion?sdid=RVJW

Archive: 
http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:277046
Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm
Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4


RE: Everyone else is talking about images, why not me!

2007-05-04 Thread Peterson, Chris
We currently use Irfanview as well, but my key is to make it as simple
for the user as possible.  I don't have control over where the images
are coming from, where they are, etc.  Apollo would totally rock, I may
have to investigate that a bit once it goes gold =)

Chris 

-Original Message-
From: Andy Matthews [mailto:[EMAIL PROTECTED] 
Sent: Friday, May 04, 2007 10:09 AM
To: CF-Talk
Subject: RE: Everyone else is talking about images, why not me!

I heartily recommend Irfanviewer. It's a free PC app that allows you to
resize and rename images along with a raft of other things. Plus, you
can run a series of commends, save them in an INI file and allow a
client to simply "run" the INI file. A friend of mine uses it for one of
his clients and he says that it works perfectly.

-Original Message-
From: Claude Schneegans [mailto:[EMAIL PROTECTED]
Sent: Friday, May 04, 2007 8:57 AM
To: CF-Talk
Subject: Re: Everyone else is talking about images, why not me!

 >> I want the browser client to resize these BEFORE they are uploaded.
Javascript, Java, Flash, whatever.

If it was possible, it would be a serious breach in security.
Not that resizing an image can be dangerous, but if you can resize an
image, anyone else could do many other things, like "resizing the whole
computer" ;-)

Unless you find or develop a stand alone application, and ask your users
to download, install it and run it, there is nothing you can do.

--
___
REUSE CODE! Use custom tags;
See http://www.contentbox.com/claude/customtags/tagstore.cfm
(Please send any spam to this address: [EMAIL PROTECTED])
Thanks.






~|
ColdFusion MX7 and Flex 2 
Build sales & marketing dashboard RIA’s for your business. Upgrade now
http://www.adobe.com/products/coldfusion/flex2?sdid=RVJT

Archive: 
http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:277035
Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4


Re: Everyone else is talking about images, why not me!

2007-05-04 Thread Tom Chiverton
On Friday 04 May 2007, Claude Schneegans wrote:
>  >> I want the browser client to resize these BEFORE
>  >>they are uploaded.  Javascript, Java, Flash, whatever.
>
> If it was possible, it would be a serious breach in security.
> Not that resizing an image can be dangerous, but if you can resize an
> image, anyone else could do many other things, like "resizing the whole
> computer" ;-)

Not at all.
Apollo would certainly be an ideal tool here, for instance.

-- 
Tom Chiverton
Helping to paradigmatically compete second-generation mindshares
on: http://thefalken.livejournal.com



This email is sent for and on behalf of Halliwells LLP.

Halliwells LLP is a limited liability partnership registered in England and 
Wales under registered number OC307980 whose registered office address is at St 
James's Court Brown Street Manchester M2 2JF.  A list of members is available 
for inspection at the registered office. Any reference to a partner in relation 
to Halliwells LLP means a member of Halliwells LLP. Regulated by the Law 
Society.

CONFIDENTIALITY

This email is intended only for the use of the addressee named above and may be 
confidential or legally privileged.  If you are not the addressee you must not 
read it and must not use any information contained in nor copy it nor inform 
any person other than Halliwells LLP or the addressee of its existence or 
contents.  If you have received this email in error please delete it and notify 
Halliwells LLP IT Department on 0870 365 8008.

For more information about Halliwells LLP visit www.halliwells.com.


~|
Create robust enterprise, web RIAs.
Upgrade & integrate Adobe Coldfusion MX7 with Flex 2
http://www.adobe.com/products/coldfusion/flex2/?sdid=RVJP

Archive: 
http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:277034
Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4


RE: Everyone else is talking about images, why not me!

2007-05-04 Thread Andy Matthews
I heartily recommend Irfanviewer. It's a free PC app that allows you to resize 
and rename images along with a raft of other things. Plus, you can run a series 
of commends, save them in an INI file and allow a client to simply "run" the 
INI file. A friend of mine uses it for one of his clients and he says that it 
works perfectly.

-Original Message-
From: Claude Schneegans [mailto:[EMAIL PROTECTED] 
Sent: Friday, May 04, 2007 8:57 AM
To: CF-Talk
Subject: Re: Everyone else is talking about images, why not me!

 >> I want the browser client to resize these BEFORE they are uploaded.  
 >> Javascript, Java, Flash, whatever.

If it was possible, it would be a serious breach in security.
Not that resizing an image can be dangerous, but if you can resize an image, 
anyone else could do many other things, like "resizing the whole computer" ;-)

Unless you find or develop a stand alone application, and ask your users to 
download, install it and run it, there is nothing you can do.

--
___
REUSE CODE! Use custom tags;
See http://www.contentbox.com/claude/customtags/tagstore.cfm
(Please send any spam to this address: [EMAIL PROTECTED]) Thanks.




~|
Create Web Applications With ColdFusion MX7 & Flex 2. 
Build powerful, scalable RIAs. Free Trial
http://www.adobe.com/products/coldfusion/flex2/?sdid=RVJS 

Archive: 
http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:277027
Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4


Re: Everyone else is talking about images, why not me!

2007-05-04 Thread Rey Bango
You're kind of right Claude. Allowing *any* site to do that would 
definitely be a HUGE security problem.

Something that I have seen and used was a SnapFish plugin which handles 
multiple image uploads very effectively. It requires permission before 
being installed as it runs as a desktop extension but it is very nice.

I think thats what Chris is looking for. A plugin of some sort that his 
users can d/l which will handle the resizing prior to upload.

Rey

Claude Schneegans wrote:
>  >> I want the browser client to resize these BEFORE
> they are uploaded.  Javascript, Java, Flash, whatever.
> 
> If it was possible, it would be a serious breach in security.
> Not that resizing an image can be dangerous, but if you can resize an image,
> anyone else could do many other things, like "resizing the whole 
> computer" ;-)
> 
> Unless you find or develop a stand alone application, and ask your users 
> to download,
> install it and run it, there is nothing you can do.
> 

~|
ColdFusion MX7 and Flex 2 
Build sales & marketing dashboard RIA’s for your business. Upgrade now
http://www.adobe.com/products/coldfusion/flex2?sdid=RVJT

Archive: 
http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:277025
Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm
Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4


Re: Everyone else is talking about images, why not me!

2007-05-04 Thread Claude Schneegans
 >> I want the browser client to resize these BEFORE
they are uploaded.  Javascript, Java, Flash, whatever.

If it was possible, it would be a serious breach in security.
Not that resizing an image can be dangerous, but if you can resize an image,
anyone else could do many other things, like "resizing the whole 
computer" ;-)

Unless you find or develop a stand alone application, and ask your users 
to download,
install it and run it, there is nothing you can do.

-- 
___
REUSE CODE! Use custom tags;
See http://www.contentbox.com/claude/customtags/tagstore.cfm
(Please send any spam to this address: [EMAIL PROTECTED])
Thanks.


~|
ColdFusion MX7 and Flex 2 
Build sales & marketing dashboard RIA’s for your business. Upgrade now
http://www.adobe.com/products/coldfusion/flex2?sdid=RVJT

Archive: 
http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:277022
Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4


RE: Everyone else is talking about images, why not me!

2007-05-04 Thread Leitch, Oblio
I believe Ektron's WebImageFX thingy will do that.  It gets loaded on
the client-side.

-Original Message-
From: Peterson, Chris [mailto:[EMAIL PROTECTED] 
Sent: Friday, May 04, 2007 9:43 AM
To: CF-Talk
Subject: Everyone else is talking about images, why not me!

There have been so many image threads goin on today, I thought I would
ask about a question that has bugged me for a while now.

I want to allow my customer to upload images over a potentially slow
line.  They need to upload a lot of them. All these images need to be
tagged to an item in a database (the user needs to choose them from a
folder on their PC)

Here is the kicker:  I want the browser client to resize these BEFORE
they are uploaded.  Javascript, Java, Flash, whatever.  Anyone have a
low cost solution that will do that fairly quickly, and allow me to
control size / quality from browser based settings, so the size of the
upload is minimized?

Happy Friday!

Chris



~|
Upgrade to Adobe ColdFusion MX7
Experience Flex 2 & MX7 integration & create powerful cross-platform RIAs
http://www.adobe.com/products/coldfusion/flex2/?sdid=RVJQ 

Archive: 
http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:277019
Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4


Everyone else is talking about images, why not me!

2007-05-04 Thread Peterson, Chris
There have been so many image threads goin on today, I thought I would
ask about a question that has bugged me for a while now.

I want to allow my customer to upload images over a potentially slow
line.  They need to upload a lot of them. All these images need to be
tagged to an item in a database (the user needs to choose them from a
folder on their PC)

Here is the kicker:  I want the browser client to resize these BEFORE
they are uploaded.  Javascript, Java, Flash, whatever.  Anyone have a
low cost solution that will do that fairly quickly, and allow me to
control size / quality from browser based settings, so the size of the
upload is minimized?

Happy Friday!

Chris

~|
ColdFusion MX7 by Adobe®
Dyncamically transform webcontent into Adobe PDF with new ColdFusion MX7. 
Free Trial. http://www.adobe.com/products/coldfusion?sdid=RVJV

Archive: 
http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:277017
Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm
Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4