Actionscript Upload? Javascript Upload?
exint
Joined: 2007-12-01
Posts: 1 |
![]() |
I want users to upload images created in a flash application, is this possible with action script? to use the gallery remote protocol? Could anyone provide a example of what this looks like. If for flash security reasons this is not possible, I have considered remoting the image from flash to javascript and then uploading it. I cant seem to find a clear example of what the gallery remote protocol looks like, the docs break it down well but a full URL string example would be helpfull. Any help on this is greatly appreciated, any advice is welcome. |
|
valiant
Joined: 2003-01-04
Posts: 32509 |
![]() |
flash runs on the client. i don't see a reason why it shouldn't be possible to create a flash based file upload tool. i guess i've seen it before, just not for gallery. yes, using the gallery remote protocol is a possibility. alternatively, you can create your own g2 controller to handle the file uploads. your flash product will still need to authenticate though. so gallery remote isn't a bad choice since it exposes all the server side functionality you need. -------------- |
|