From time to time new versions of Image Uploader with new features and bug fixes are released. This topic discusses how to upgrade minor versions of Image Uploader properly.
The way to upgrade Image Uploader depends on the used wrapper:
If Image Uploader is embedded using the ASP.NET wrapper, all you need to update
Image Uploader is copying new Aurigma.ImageUploader.dll
to the /bin
folder of your application instead of the old one.
To update Image Uploader embedded with PHP wrapper just replace the
/ImageUploaderPHP
folder with a new one.
If you use JavaScript wrapper, you should copy a new /Scripts
folder to your application.