Hello Glenn,
Are you using the following property of RadAsyncUpload:
If you have set this property to
BelowFileInput, and you use
append as (opposed to
prepend) to add the images, than the indexes of the uploaded pictures in the container are inverted from the indexes in the upload. Go correct this, here's how your
fileUploadRemoving function should look like:
Another solution is to use
prepend when you add the image tags in
fileUploaded, and then set the
fileUploadRemoving like so:
Or there's a third way you can accomplish this - set the
UploadedFilesRendering property to
AboveFileInput.
Greetings,
Bozhidar
the Telerik team
If you want to get updates on new releases, tips and tricks and sneak peeks at our product labs directly from the developers working on the RadControls for ASP.NET AJAX, subscribe to their
blog feed now.