Re: [flexcoders] Image analysis before upload

2007-04-19 Thread Roman Protsiuk

As far as I know you can't do that.

R.

On 11 Apr 2007 12:36:16 -0700, pdflibpilot [EMAIL PROTECTED] wrote:


  Are there client-side ActionScript methods available that would allow
one to determine image resolution in order to prevent a user from
uploading a low-resolution image for hi-resolution application ?

 



Re: [flexcoders] Image analysis before upload

2007-04-19 Thread Janis Radins

yeah you cannt do that clientside.
make that check in file which accepts image upload

2007/4/19, Roman Protsiuk [EMAIL PROTECTED]:


  As far as I know you can't do that.

R.

On 11 Apr 2007 12:36:16 -0700, pdflibpilot [EMAIL PROTECTED] wrote:

   Are there client-side ActionScript methods available that would allow
 one to determine image resolution in order to prevent a user from
 uploading a low-resolution image for hi-resolution application ?


 



RE: [flexcoders] Image analysis before upload

2007-04-19 Thread Alex Harui
There are no built=in apis.  I don't know if anyone has written the code
but you should be able to do it via loadBytes, urlLoader and some code.



From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On
Behalf Of Janis Radins
Sent: Thursday, April 19, 2007 7:43 AM
To: flexcoders@yahoogroups.com
Subject: Re: [flexcoders] Image analysis before upload



yeah you cannt do that clientside.
make that check in file which accepts image upload


2007/4/19, Roman Protsiuk [EMAIL PROTECTED]
mailto:[EMAIL PROTECTED] : 

As far as I know you can't do that.

R.


On 11 Apr 2007 12:36:16 -0700, pdflibpilot  [EMAIL PROTECTED]
mailto:[EMAIL PROTECTED]  wrote: 

Are there client-side ActionScript methods available
that would allow
one to determine image resolution in order to prevent a
user from
uploading a low-resolution image for hi-resolution
application ?











 


[flexcoders] Image analysis before upload

2007-04-11 Thread pdflibpilot
Are there client-side ActionScript methods available that would allow
one to determine image resolution in order to prevent a user from
uploading a low-resolution image for hi-resolution application ?