|
|
Browse by Tags
All Tags » MultipleFiles » Ajax Uploader
-
I have a similar issue when i try to upload multiple files from ie8 to iis7
I'm using the last CuteWebUI.AjaxUploader.dll
Randomly the upload freeze
and after some minutes i receive this error:
How can i fix this problem?
I have found a workaroud from ...
-
Hi AllFirst off love the demos on the site, and I am particularly interested in the fifth demo which is selecting multiple files and and uploading it google style.
On the site the faq mentioned, ''No, Ajax Uploader is completely self contained and require no outside plug-in's or add-ons''While inspecting the multi file uploader demo ...
-
I receive this error when I try to upload a certain image on my CrystalTech hosting account, it works fine on my local machine however.
Request for the permission of type 'System.Security.Permissions.FileIOPermission, mscorlib, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089' failed .
I've ...
-
Hi,
I tried using the OpenStream method in the uploadAttachments control (and yes I did look at your demo)
FROM THE DEMO SOURCE
foreach (AttachmentItem item in Attachments1.Items)
{
InsertMsg(item.FileName + '', '' + item.FileSize + '' bytes.'');
//Copies the uploaded file to a ...
|
|
|