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

Could you clarify this for me please?

2 Answers 40 Views
Upload (Obsolete)
This is a migrated thread and some comments may be shown as answers.
Ben Hayat
Top achievements
Rank 2
Ben Hayat asked on 12 May 2011, 05:28 PM
Hi Team;

There is a case that I'm not quite clear how to grasp it and I hope you can explain it better to me. This question can relate to either Upload for ASP.Net Ajax or MVC. I have not finalize which route to go yet.

My understanding: When I write code for the Upload events to execute Before & After a file has been uploaded in the case that the file is uploaded to the same server and same domain, the code can create a directory on the server and then store the file and rename it if it needs to. Basically, the code would know about the root and directory of  the website.

Now, suppose the website is being hosted on some shared or dedicated hosting company. So, the actual code running is on the hosting server, however the files that are being uploaded will be stored on Amazon S3 server and not on the same server as the website is.
My question is, how will I be able to control the same logic on the Amazon server (location of file, File name and etc.) the same way as if the file was on the code server?

Any explanation or links would be appreciated.
Thank you in advance.
..Ben

2 Answers, 1 is accepted

Sort by
0
Accepted
Peter Filipov
Telerik team
answered on 16 May 2011, 05:57 PM
Hi Ben Hayat,

Unfortunately RadUpload doesn't support uploaded files to be stored on Amazon S3 server.
Please review the following code library about FileExplorer control.

Best wishes,
Peter Filipov
the Telerik team

Browse the vast support resources we have to jump start your development with RadControls for ASP.NET AJAX. See how to integrate our AJAX controls seamlessly in SharePoint 2007/2010 visiting our common SharePoint portal.

0
Ben Hayat
Top achievements
Rank 2
answered on 16 May 2011, 07:20 PM
Hi Peter;

As I spent more time diving into Amazon S3 API, and honestly for my scenario, I need to store the files and controls the folders right on the same domain as the website.

I appreciate your reply and I'm going to stick to the std telerik upload control.
Thanks!
..Ben
Tags
Upload (Obsolete)
Asked by
Ben Hayat
Top achievements
Rank 2
Answers by
Peter Filipov
Telerik team
Ben Hayat
Top achievements
Rank 2
Share this question
or