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

Add file to list without it performing upload?

2 Answers 57 Views
AsyncUpload
This is a migrated thread and some comments may be shown as answers.
randall
Top achievements
Rank 1
randall asked on 07 May 2014, 01:05 AM
Hi,

Is there a way i can add a File to the AsyncUpload without it really uploading the file? ok, that sounds weird but here is why.
i have a page that allow you to upload file and process them into our cloud. If the file does not reside in the cloud, then it naturally gets "uploaded".
however if you are inside our cloud, you might want to process the file...like share etc. since the file was already uploaded, all you really need to do is process the action on the given file.

so, in this case our page detects that the file is already uploaded and we therefore want to just add the existing file to the list.  We want to continue using this AsyncUpload component just in case the users also wants to add new files to the list that are not uploaded.

anyone know of a way to add the file to a list without it performing the upload?


2 Answers, 1 is accepted

Sort by
0
randall
Top achievements
Rank 1
answered on 08 May 2014, 06:02 AM
no reply's yet...any help out here?
0
Plamen
Telerik team
answered on 08 May 2014, 11:37 AM
Hi,

The closest scenario to the one you are trying to achieve is to use the ManualUpload functionality of RadAsyncUpload as for example it is shown in this on-line demo AsyncUpload - Control over Upload Process.

Hope this information will be helpful.

Regards,
Plamen
Telerik
 

Check out the Telerik Platform - the only platform that combines a rich set of UI tools with powerful cloud services to develop web, hybrid and native mobile apps.

 
Tags
AsyncUpload
Asked by
randall
Top achievements
Rank 1
Answers by
randall
Top achievements
Rank 1
Plamen
Telerik team
Share this question
or