P
pbd22
Hi there.
This one has me really confused.
I need to program the following behavior:
1) A user clicks on "Select Pictures" on Page A.
2) A pop-up window (Page B) appears and he selects his images.
3) He clicks "upload" - the images are send to the image server
and when the task completes, Page B closes.
4) Now, when the user sees Page A again, it has a display of
all the images he uploaded using Page B.
Can somebody explain to me how Page A knows how to load the recently
uploaded images (from Page B) without further action from the user?
Page A (opens pop-up)-> Page B (does upload)-> Page A (displays
recently uploaded images)?
My initial thought was that "Select Pictures" also starts a long
polling process that returns the image URLs once the uploads are
complete but I am hoping somebody out there has a less kudgey
suggestion?
Thanks for your time.
This one has me really confused.
I need to program the following behavior:
1) A user clicks on "Select Pictures" on Page A.
2) A pop-up window (Page B) appears and he selects his images.
3) He clicks "upload" - the images are send to the image server
and when the task completes, Page B closes.
4) Now, when the user sees Page A again, it has a display of
all the images he uploaded using Page B.
Can somebody explain to me how Page A knows how to load the recently
uploaded images (from Page B) without further action from the user?
Page A (opens pop-up)-> Page B (does upload)-> Page A (displays
recently uploaded images)?
My initial thought was that "Select Pictures" also starts a long
polling process that returns the image URLs once the uploads are
complete but I am hoping somebody out there has a less kudgey
suggestion?
Thanks for your time.