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?
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?