I want to use Ajax Uploader on a form whereby a user can add and remove images. This will be done both when a new item is created (simple - new ajax uploader), and also coming back and editing that item later. I need a way to populate AjaxUploader with a list of images that were previously uploaded (I can supply the path of the images etc, just need some functions to add the images to the list so the user can then add/remove images).
Is there a way to do this, or do i need to create a separate form showing which images have been uploaded and setup separate remove buttons... if this is the case, then how can i hide the image upload results panel after the images have finished uploading?
thanks
greg