Hmmm..i just read that and it confused me

What i meant to say is. Every time you send a photo to your servlet
add a timestamp

myPhoto + System.getCurrentTime() + . jpg;

Then your are going to have to keep and array of timestamps for each
photo. So when you load the photos you know which timestamp belongs to
which photo.

Just an idea.

HTH
:)

On Jan 14, 2:02 am, Daniele B <[email protected]> wrote:
> I've a problem with my photogallery application.
> Application work like this:
> On textbox enter a album name.
> On FileUpload widget, select image to upload on server.
> When user click on album widget, program send a GWT-RPC call to a
> servlet which send back string array of images URL.
> But when I upload a new photo, it's not viewed...only when I restart
> application new photo are view.
>
> Sorry for my english.
>
> Daniele.
--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---

Reply via email to