Hi Avd

Just use Ant (or your favorite build tool) to sign the jars, that is
probably the easiest way => http://ant.apache.org/manual/CoreTasks/signjar.html

To easy integration of your applet you could have a look at the GwtAI
project => http://code.google.com/p/gwtai/

>From where do you want to upload the image, from the applet of from
the web-application? From the applet just transfer the file like you
would in a standalone application. From the web-application you can
use GWT's FileUpload widget, see =>
http://google-web-toolkit.googlecode.com/svn/javadoc/1.5/com/google/gwt/user/client/ui/FileUpload.html

Hope that helps.
Adrian

On 22 Nov., 09:02, avd <[EMAIL PROTECTED]> wrote:
> hello sir,
> i made a signed applet for access the client side directories.but my
> problem is that how can i implement signed applet in gwt and another
> problem is how can i upload images from client side to server.
>
> please help me.
>
> with regards
> avd
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"Google Web Toolkit" group.
To post to this group, send email to Google-Web-Toolkit@googlegroups.com
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
-~----------~----~----~----~------~----~------~--~---

Reply via email to