Is there a way to change the name of an uploaded image? For example the image uploaded maybe named "figure 1.jpg" and I would like to change it to "figure-1.jpg".
Thank You,
Alex
1 Answer, 1 is accepted
0
Fiko
Telerik team
answered on 11 Aug 2009, 01:21 PM
Hello Alex,
For the time being you need to implement your custom provider and override the StoreFile method. In this method you could change the uploaded file names. in your case I recommend you to use the following code :