Get response from upload API

zavrzavr Registered Users Posts: 3 Beginner grinner
Hey guys,

I create a new album and upload a few images via API (I use ColdFusion CFSmug components) and when the user redirects to smugmug album he see "Processing". The user has to wait some time and refresh the page manually to see all images. My question: does API has any function or album/image property to check if all images are uploaded and ready to view.

Just to be clear. Here is what I'd like:
1. User clicks on Submit button, we display "We uploading your images. Please wait." dialog.
2. Do Ajax request, create a new album, upload user's images
3. Get some response from SmugMug about the uploading progress
4. If images are uploaded we hide "Please wait" dialog and redirect user to his album

Thanks!
Sign In or Register to comment.