|
|
Browse by Tags
All Tags » ajaxuploader
Showing page 1 of 4 (38 total posts)
-
Using the uploader with ASP.NET MVC 3 (Razor), I have configured the uploader like this:
private void InitializeUploader(MvcUploader uploader)
{
uploader.UploadUrl = ...
-
So I've been stuck on this problem for quite a few hours now, searched forums, tried everything people suggest, but i just can't make it work.
I have a (rather large) web form. Somewhere on the form is an updatePanel which contains a CuteSoft Ajax Uploader control. That control calls a function in my code behind when a file is ...
-
Step1 :- user selects file
Step2:- Text of Insert Button should get changed to "Uploading......"
Step:- after upload completed Insert Button Text should get changed to " Upload Completed"
I was wondering if it is possible in ajaxuploder
please guide me if any body have idea
Thanks
Rajiv
-
We are using the AjaxUploader but are receiving Silverlight errors when uploading files. This is happening in IE 9 with version 5.1.10411.0 of Silverlight. It's strange becuase if you try enough times the file will eventually upload.
The error that we see is Silverlight The upload task is interrupted!
Does anyone know what ...
-
Hi,
I had AjaxUploader working pretty much as I wanted it. Then my boss requested me to change some parts (mainly UI).
And now, for some reason, neither OnUploadCompleted nor OnFileUploaded fire anymore. OnFileValidating still fires when its supposed to.
Here is my Uploader
<CuteWebUI:UploadAttachments ID="AjaxUpload" ...
-
Thanks kenneth., Problem solved.... But while uploading a small image file with 5 to 10 kb getting delay to upload.The progress bar showing 1 to 2 minutes for uploading with small image file. Otherwise its working good. Can i know why its getting very late to upload, Is that issue on server side or mine? Thanks ...
-
Hi Kenneth., I also used this, <add key=''AjaxUploaderLicense'' value=''~/bin/ajaxuploader.lic'' /> but now i am getting error like., System.ComponentModel.LicenseException: License file not found I am sure that i have that License file in my bin folder. I didnot purchase this i used ...
-
ya thats ok, but can u give me an idea for this?. I have use <add key=''CuteWebUI.AjaxUploader.RewritePath'' value=''False'' /> the Internal server error is cleared but the below error coming now. License file not found but i have copied and pasted AjaxUploader.lic to bin folder. Please.... I am ...
-
If i use ur example code means, it upload the files but after uploading it does not call any method like, onFileUploaded and onFileUploadingCompleted. because then only i can implement code for moving uploaded files into temporary folder and then save that files into my database.Or otherwise if u know how to get uploading filecount by using ur ...
-
Thanks man., I have use <add key=''CuteWebUI.AjaxUploader.RewritePath'' value=''False'' /> the Internal server error is cleared but the below error coming now. License file not found but i have copied and pasted AjaxUploader.lic to bin folder.
1
|
|
|