in the image file manager from the radeditor, i am able to upload this file and see it in the list of files. i can select the file and get back the correct filename. but in the preview pane of the file manager, no image is displayed.
looking at the network traffic, the browser is asking for "~_-box!@".
is there any way to get the file manager to escape filenames?
5 Answers, 1 is accepted
The problem is due to the # symbol in the image name. I tried to rename the provided image and Visual Studio poped up the following warning window:
---------------------------
Microsoft Visual
Studio
---------------------------
Item and file names cannot:
- contain any of the following characters: / ? : & \ * " < > | #
%
- contain Unicode control characters
- contain surrogate characters
- be system reserved names, including 'CON', 'AUX', 'PRN', 'COM1' or
'LPT2'
- be '.' or '..'
Please enter a valid name.
---------------------------
OK
---------------------------
This means that you should avoid images with names containing these symbols / ? : & \ * " < > | # %.
Best wishes,
Rumen
the Telerik team
Check out Telerik Trainer, the state of the art learning tool for Telerik products.

thanks for the speedy reply :)
'#' is allowed in filenames. so are '&' and '%'.
http://msdn.microsoft.com/en-us/library/aa365247.aspx
i am able to open the file in visual studio, and save it. i can do the same in a number of other image editing programs. i can create new files using these characters.
i was able to upload the file in question using your demo pages for the radeditor. it is in the PublicRelations folder.
and i am able to display the image in a web page once the path has been correctly escaped.
Ok, I agree with you and I logged this issue in our ToDo list.
I just want to show you that VS does not allow the # and % symbols in the file name. Please, see the attached video.
Best regards,
Rumen
the Telerik team
Check out Telerik Trainer, the state of the art learning tool for Telerik products.

