|
Browse by Tags
All Tags » FileUpload » FileUploaded
-
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.
-
I have tried your code with a new page and i used simply that code but same problem.That error happens only on live environment.but its working in localhost.
-
I give u access details. Username: ganeshpassword: gans after login u just paste this url. http://yc.smabes.com/Admin/UploadArticleImages.aspx?ArticleId=30 and then try to upload some files.
-
This is my uploading url. http://yc.smabes.com/Admin/UpdateArticleImages.aspx?ArticleId=27
-
I am using ajaxuploder in asp.net. Its working fine in local,but it gives me error in live environment., Failed to load resource: the server responded with a status of 500 (Internal Server Error).This error comes at the end of file uploading process.this is that control's markup.,<CuteWebUI:Uploader runat=''server'' ID=''Uploader1'' ...
-
Hi all, My company is investigating the ajax uploader as a possible solution for our site. Our requirements are that it needs to be able to use sqlfilestream on the backend with no temporary files on the server. I've been able to get it working perfectly using a custom uploadprovider which copies the data off of the incoming ...
|
|
|