Hy!
- I need to upload a group of images using flex with robotlegs.
- I need a progress bar to work when image is uploading.
- It might upload 1 image or more at the time.
- I want to know if uploading byteArray to server and then save the image is too heavy for the server.
- In the server side I have a method that is made by pyamf, and looks like this:
.
def upload_image(input):
# here does stuff. I need to be able to get parametters like this
input.list_key
# and here I need some help on how to save the file
Thanks ;)