Hello, I am creating the Widget for for uploading the photos. And when you will able to upload the images, that application will simply show that uploaded images. I am making use of the HTTP Post for REST API. And that api will simply give you XML file which will contain the list of the uploaded photos. I am making use of the iFrame for uploading the Photos. I am making use of the code below for this purpose.
But, I am not able to get the xml file. If you are having any suggestion for this, then please provide that to me. I will be thankful to you.Code:$('#fileUploadFrame').load(function() { ... });
Bookmarks