RPC doesn't and can't handle file uploads. AWT can't be used on the client side. You will to have to write a normal servlet, upload your images, return a combined image at the end. I've seen some nice flash multi-file- upload-widgets that you probably can use.
On 7 Dez., 05:54, Rohan Redkar <[EMAIL PROTECTED]> wrote: > Hi everyone, > > My application requires the user to select a bunch of images from his > system. Then I need to do modifications on these images(example aline > them horizontally into a single image). > I need some design suggestions on how I can achieve this? > I guess, AWT cannot be directly used at the client side code. So if I > am transfering these images to the server to do these operations, can > I use rpc or will I run into Serialization issues? Is upload via the > normal multipart request the only option in this case? > Any help will be appreciated. Thank you. --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Google Web Toolkit" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [EMAIL PROTECTED] For more options, visit this group at http://groups.google.com/group/Google-Web-Toolkit?hl=en -~----------~----~----~----~------~----~------~--~---
