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

Uploads only in TempFolder

2 Answers 70 Views
AsyncUpload
This is a migrated thread and some comments may be shown as answers.
Raimund
Top achievements
Rank 1
Raimund asked on 30 Jul 2011, 09:47 AM
Hi,

my AsyncUploader just saves the files in the Temp Folder - It does not restore it in the TargetFolder with the original name and extension. I tried the TargetFolder with
in .aspx file:
TargetFolder="~/dateien"
and 
TargetFolder="./dateien"

and also in code behind: 
rauUpload.TargetFolder = Server.MapPath("~/dateien");


If the folder "dateien" does not exist - AsyncUploader does not create one and also does not throws any exception.
I also tried to create the folder "dateien" and gave "Everyone" "Full Access" (Windows 7)

Everything else works fine - AsyncUploader also "uploads" the file - but just into the temporary folder.

Another question:
My radProgressArea does not show the Speed - its everytime 00.00
and the estimated time is also everytime 00:00:00

I hope someone can help me with these problems : )

Best regards,
Raimund

2 Answers, 1 is accepted

Sort by
0
Accepted
Genady Sergeev
Telerik team
answered on 03 Aug 2011, 03:41 PM
Hello Raimund,

With respect to your first question  - I am attaching a sample which shows how to move the files to the TargetFolder. In essence, it is the same as the markup you have used. Could you please confirm whether it works on your side?

Regarding the second issue, this is an issue with RadProgressArea/RadAsyncUpload which we are aware of. We will try to get it fixed for the upcoming service pack.

Regards,
Genady Sergeev
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
Raimund
Top achievements
Rank 1
answered on 05 Aug 2011, 11:13 AM
Hello Genady,

thank you very much for the answer - yes everything works fine now :)

I forgot the postback after i uploaded the files in the temp directory ... thought when i select the items
it automatically uploads everything.

Thank you,

Raimund
Tags
AsyncUpload
Asked by
Raimund
Top achievements
Rank 1
Answers by
Genady Sergeev
Telerik team
Raimund
Top achievements
Rank 1
Share this question
or