|
Browse by Tags
All Tags » MultipleFiles
-
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 have an application that handles files. The files require some extra information for further processing. I'm using this control for file uploading:
<CuteWebUI:UploadAttachments ID=''Uploader1'' runat=''server'' ...
-
Hi,
I'm having a problem...I get duplicates upload when I do the following.
First I upload documents once they show on the grid..I upload another document. The problem is when I upload for the second time..it adds the original documents that i've already added plus the new add file. Is there a solution to this? Here ...
-
Hi
We have a situation where we have multiple (unlimited) number of user controls which are loaded onto a page dynamically based on a script. Each user control could be photo enabled, which at present would mean it has a standard asp.net upload control visible. The user selects a photo, and then carrys on down the script, possibly ...
-
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 ...
|
|
|