|
Search
You searched for the word(s): upload file
Showing page 19 of 336 (3,355 total posts)
< 1 second(s)
-
Hi,
I'm also try to get the server message in
"uploader.WriteValidationError("test : file processed")"
I did try some ajax like CuteWebUI_AjaxUploader_OnStop or CuteWebUI_AjaxUploader_OnPostback to
get viewbag message from server, but it doesn't work. Can you provide me the full ajax api document, cause ...
-
Hi guysI am using ASP Uploader. here is what i found issue.. i have implemented aspuploader in my exiting webpage. which is also dynamic.. now. when file upload successfully then its automatically post current page.. which i dont want.. its should be stay on the same page.. thats what i need.. can you please guide me. ...
-
The control works perfectly fine on my local machine. But when I run the same application on a server machine which has got Windows Server 2008. I get the following error message.
''Upload module is not installed in the web config''.
This, however seems to be a bit weird. Because, I run the same application with the same config ...
-
Hi Guys,
Im trying to upload multiple files, upload is working, however AttachementAdded method seems to be called 1 extra time.
So in my case I am uploading 2 files - 1.jpg and 2 jpg.
protected void Attachments1_AttachmentAdded(object sender, CuteWebUI.AttachmentItemEventArgs args)
method called 3 times so when I ...
-
Kenneth:
Hi basam,
Do you use IIS6 on the Local machine? If so, please try this way:
Solutions:
1, turn off the IIS service .
2, Open the file 'metabase.xml (windows \ system32 \ inetsrv \ )
3, Navigate to ASPMaxRequestEntityAllowed section and modify to 10240000(10M), default: 204800, that is: 200K.
4, save, ...
-
Hello
I'm building a multi servers (web farm) architecture and I need to store images and videos in dedicated servers (images.mysite.com and video.mysite.com).
the www.mysite.com server only has the asp.net files (even design css files are on static.mysite.com).
How can I use the Ajax Uploader component in the web server, in ...
-
I'm having difficulty with uploading images. I have ASPNET with full control on the uploads folder and set the path in the Admin, Default and Guest config files for the imagegallery. I'm at a loss for what to do next. The following is the error I receive:
Unable to upload file.System.UnauthorizedAccessException: Access ...
-
i convert class from c# to vb but this class create list of files take it into database. i want insert into database only when i insert new file or image on component. how now, this class take me error because it look for image on database that it not exist. do you know how can i do use class only when i insert new image or file?
-
Ok, i figured out the setting that's causing this but i need someone to help me understand why.
the upload type was set to Auto. If i change this to Flash it works on the server. If i change this to iFrame it works on the server but only allows a single file upload even though the demo is set for multi-file upload. If i ...
-
Dear DamianHartin,
1. I'm happy for the user to see the list of uploaded files once completed, but I don't want the 'Remove' link to be there.
Please set ShowRemoveButtons to false and try it again:
<CuteWebUI:UploadAttachments InsertText=''Upload Multiple ...
... 19 ...
|
|
|