Skip Navigation LinksHome / Community & Support / Developer Productivity Tools Forums / ASP.NET > Upload > RadUpload - display long file name
RadControls for ASP.NET are no longer supported (see this page for reference). In case you have inquiries about the Telerik ASP.NET AJAX controls, post them in the pertinent ASP.NET AJAX forums.

Not answered RadUpload - display long file name

Feed from this thread
  • Seabus avatar

    Posted on Jun 16, 2011 (permalink)

    Hi,

    I have a telerik RadUpload.
    When the user selects a file ..say "C:\My Photos\Wedding.jpg" the Telerik control displays just the short file name "Wedding.jpg" ..Any way to make this Telerik control display the long file name ( "C:\My Photos\Wedding.jpg" ) ?? Any help would be greatly appreciated. Thanks :-).

    Sincerely,
    Seabus

  • Posted on Jun 17, 2011 (permalink)

    Hello Seabus,

    The path you retrieve is based on the browser that you are using. In IE6 and some older browsers FileName property of UploadedFile returns full path and some browsers retrieve the FileName only due to security reasons.

    Check out the following forum thread which discussed similar scenario.
    Get full path from upload control .

    Thanks,
    Shinu.

Back to Top

Skip Navigation LinksHome / Community & Support / Developer Productivity Tools Forums / ASP.NET > Upload > RadUpload - display long file name