all groups > macromedia flash flash remoting > february 2004 >
You're in the

macromedia flash flash remoting

group:

Upload images from hard disk



Upload images from hard disk Ricardo Viana
2/18/2004 12:20:28 PM
macromedia flash flash remoting: Did anyone tried to upload jpg's with flash remoting. Is it possible with
cfc\cfm and flash mx2004?

Regards
Ricardo Viana
Re: Upload images from hard disk Dross.2
2/20/2004 1:39:04 PM
it's not directly possible... the easiest way is to spawn a new browser field
with an html form to do the upload, and a hidden flash movie that can talk to
your main movie via localconnection... that way your main movie can know when
the upload starts and when it is finished.

This applies to MX, not sure what 2004 changes about this approach.
Re: Upload images from hard disk alexc
4/25/2004 6:46:49 PM
I have a similar requirement, and have a Flash app. which lets the client
browse for a prompted jpg file to upload from their own hard disk. I tried a
ColdFusion/HTML page having a form with: <input type="file" etc. That worked
fine within the CF environment - but I need to trigger this from within a Flash
movie. I am using Flash remoting, & wondered whether I could transfer the form
code into a CFC. Tried it - but it didn't even recognize any of the CF/HTML
code.

Dross: I'd like to try your solution, but am very new to the sort of
techniques you describe - any change you could enlarge on these please?

regards
Alex
Re: Upload images from hard disk MyFlashMXIN
5/6/2004 2:05:58 PM
Re: Upload images from hard disk MyFlashMXIN
5/6/2004 2:09:43 PM
Found this one not long ago... Very easy to use, hope you have php enabled...

Re: Upload images from hard disk shaggyNz
6/9/2004 11:43:38 AM
BEWARE . i have been trying to get this compnant to work on various browsers..
there are alot of issues with this.
goto SourgeForge.net and do a search for yambrowser and you can see all the
posted discussions on this.
Re: Upload images from hard disk Yas_007
7/25/2005 12:00:00 AM
you can also use activeX controls, and run your flash interface from within C#
or VB.net environment. and you basically use the browser controls of .net but
its the flash interface thats visible to user.
I have done this in C#
AddThis Social Bookmark Button