File upload control - Telerik
Hello.I have one web page with telerik "radasyncupload" control.
In that, I have functionality of selection of image - Display to user - Save into database.
Here while browse - File select, I need to display image to user without saving it into server.
Because, if user doesn't want to save the file, the file keep as it is on server which creates junk files.
Currently flow is working like, once user selects an image, it automatically save into server and then display to front end user, then user can decide he want to save it or not into database.
So i want functionality like, when user selects an image, display it to user without saving. And when user click on save , then only save the file to actual server location.
Anyone help me on this ???