Hi,
I am relatively new to Javascript, but I think it is possible to do the following, but I don't know exactly how.
I have a screen with 10 images in screen A. When the user clicks an image, a file upload box needs to pop up (screen B) where the user can change the image (<input type="file"). Once they click "Upload", the upload proceeds, and when it is done, the image is uploaded or an error message displayed in the parent screen (screen A) with the 10 images and screen B disappears.
I seem to think that using iFrames might be a solution. Is that true or is there a better way?
Any help will be greatly appreciated!
I am relatively new to Javascript, but I think it is possible to do the following, but I don't know exactly how.
I have a screen with 10 images in screen A. When the user clicks an image, a file upload box needs to pop up (screen B) where the user can change the image (<input type="file"). Once they click "Upload", the upload proceeds, and when it is done, the image is uploaded or an error message displayed in the parent screen (screen A) with the 10 images and screen B disappears.
I seem to think that using iFrames might be a solution. Is that true or is there a better way?
Any help will be greatly appreciated!