This is a migrated thread and some comments may be shown as answers.

upload.width breaks FileExplorer

3 Answers 40 Views
FileExplorer
This is a migrated thread and some comments may be shown as answers.
Fit2Page
Top achievements
Rank 2
Iron
Iron
Iron
Fit2Page asked on 22 Sep 2015, 08:26 AM

Hi,

 

In our CMS I always used

 

RadFileExplorer1.Upload.Width = 440

This now breaks the FileExplorer in newest dll 4.5

Amending it to RadFileExplorer1.Upload.Width = Unit.Pixel(440)

 

to no avail...

 

Marc

3 Answers, 1 is accepted

Sort by
0
Vessy
Telerik team
answered on 23 Sep 2015, 05:27 PM
Hi Marc,

The experienced error is most probably caused due to the fact we recently made RadAsyncUpload the default upload control in FileExplorer as RadUpload is now deprecated (changed in Q2 2015). You can fix this either in two possible ways:
  • keep using the default AsyncUplaod and changing its width instead of the on of the Upload ocntrol:
    RadFileExplorer1.AsyncUpload.Width = Unit.Pixel(440)
  • or disable the AsyncUpoad, switching to the previously used Upload control:
    <telerik:RadFileExplorer ID="RadFileExplorer1" runat="server">
        <Configuration ViewPaths="~/" UploadPaths="~/" DeletePaths="~/" EnableAsyncUpload="false" />
    </telerik:RadFileExplorer>
Please, give the suggestions above a try and let me know in case you need further assistance on ths matter.

Regards,
Vessy
Telerik
Do you want to have your say when we set our development plans? Do you want to know when a feature you care about is added or when a bug fixed? Explore the Telerik Feedback Portal and vote to affect the priority of the items
0
Fit2Page
Top achievements
Rank 2
Iron
Iron
Iron
answered on 24 Sep 2015, 06:27 AM

This solves the issue Vessy.

Thanks for your quick response.

 

Marc

0
Vessy
Telerik team
answered on 28 Sep 2015, 11:48 AM
Hi,

You are totally welcome, Marc. Do let us know in case we can be of any further assistance in the future.

Regards,
Vessy
Telerik
Do you want to have your say when we set our development plans? Do you want to know when a feature you care about is added or when a bug fixed? Explore the Telerik Feedback Portal and vote to affect the priority of the items
Tags
FileExplorer
Asked by
Fit2Page
Top achievements
Rank 2
Iron
Iron
Iron
Answers by
Vessy
Telerik team
Fit2Page
Top achievements
Rank 2
Iron
Iron
Iron
Share this question
or