Hello,
I would appreciate some help in writing the javascript to use displaying an image selected by browsing before firing the upload to server.
As new client even have been created, may be someone has already exploited this new feature ?
Thanks for help.
CS
I would appreciate some help in writing the javascript to use displaying an image selected by browsing before firing the upload to server.
As new client even have been created, may be someone has already exploited this new feature ?
Thanks for help.
CS
4 Answers, 1 is accepted
0
Accepted
Hello Christian Surieux,
You can check this article, but have in mind that it works only on localhost due to browser security trimmings:
http://www.telerik.com/help/aspnet-ajax/upload-preview-image-before-upload.html
Best wishes,
Veskoni
the Telerik team
Check out Telerik Trainer, the state of the art learning tool for Telerik products.
You can check this article, but have in mind that it works only on localhost due to browser security trimmings:
http://www.telerik.com/help/aspnet-ajax/upload-preview-image-before-upload.html
Best wishes,
Veskoni
the Telerik team
Check out Telerik Trainer, the state of the art learning tool for Telerik products.
0
CSurieux
Top achievements
Rank 2
answered on 02 Sep 2008, 09:41 AM
Perfect, thanks.
CS
CS
0
chirag
Top achievements
Rank 1
answered on 03 Sep 2008, 12:18 AM
This doesn't work for me.
I am using Firefox 3 and IE8 beta.
I am using Firefox 3 and IE8 beta.
0
Hello chirag,
The problem with Firefox is that eventArgs.get_fileInputField().value returns only the filename instead of the full path as in IE7. I guess that this is the case with IE 8 beta as well.
I will include these limitations in the documentation.
Best wishes,
Veskoni
the Telerik team
Check out Telerik Trainer, the state of the art learning tool for Telerik products.
The problem with Firefox is that eventArgs.get_fileInputField().value returns only the filename instead of the full path as in IE7. I guess that this is the case with IE 8 beta as well.
I will include these limitations in the documentation.
Best wishes,
Veskoni
the Telerik team
Check out Telerik Trainer, the state of the art learning tool for Telerik products.