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

RadUploadDropPanel with Mac Safari

5 Answers 72 Views
Upload
This is a migrated thread and some comments may be shown as answers.
Tim
Top achievements
Rank 1
Tim asked on 23 Nov 2010, 05:07 PM
I have a RadUpload Control and I have a RadUploadDropPanel attached to it and all works well on Windows.  How can I get it to work on Mac Safari?

I have attempted to wire up listeners using the Java functions from this post:

http://forums.silverlight.net/forums/p/180989/412444.aspx

But it isn't working.

Using a Mac, I then went to the Telerik sample found here:

http://demos.telerik.com/silverlight/#Upload/FirstLook

and found that it does not support drag and drop either.

Do you have any way of currently supporting it or shall I add it to the feature wish list?

5 Answers, 1 is accepted

Sort by
0
Alex Fidanov
Telerik team
answered on 24 Nov 2010, 10:24 AM
Hi Tim,

This is due to a platform specific limitation of Macintosh. Drag-drop actions under Mac are not reported to the plugin and therefore the drag-drop is handled by the browser and not by the plugin. You can read more about this in the MSDN here as well as handle this on the html page level.

All the best,
Alex Fidanov
the Telerik team
Browse the videos here>> to help you get started with RadControls for Silverlight
0
Kenneth
Top achievements
Rank 1
answered on 09 Dec 2010, 05:18 AM
Not sure what you are saying. Are you saying that we can hook the dragdrop event at the html level and report it to SL to fix this problem? If so, a code example would be really helpful.

Thanks,
Ken
0
Alex Fidanov
Telerik team
answered on 13 Dec 2010, 02:18 PM
Hi Kenneth,

It seems that there is a ready solution here. Once the events have been transferred to the plugin, you can call the RadUpload.ProcessDroppedData(event args) method so that the RadUpload can process the dropped data.

All the best,
Alex Fidanov
the Telerik team
Browse the videos here>> to help you get started with RadControls for Silverlight
0
Syam
Top achievements
Rank 1
answered on 01 Aug 2011, 10:20 AM
Hi Alex,

The solution mentioned in the link you provided is not working for me. I am using Mac OSX 10.6.8. When i drag and drop a file into the Drop Zone, the Drop event is firing for me? You have mentioned in the previous post to call RadUpload.ProcessDroppedData(event args). Where should this method be called?
0
Tina Stancheva
Telerik team
answered on 04 Aug 2011, 01:12 PM
Hello Syam,

The RadUpload.ProcessDroppedData(DragEventArgs) method will process the data dropped over the control, so you will need to call at as soon as you detect a drop over the Silverlight plug-in.

Best wishes,
Tina Stancheva
the Telerik team

Explore the entire Telerik portfolio by downloading the Ultimate Collection trial package. Get now >>

Tags
Upload
Asked by
Tim
Top achievements
Rank 1
Answers by
Alex Fidanov
Telerik team
Kenneth
Top achievements
Rank 1
Syam
Top achievements
Rank 1
Tina Stancheva
Telerik team
Share this question
or