Topbar
Topbar
Sign in
|
Join
|
Client Center
Home
Products
Client Center
Contact
Purchase
Browse by Tags
All Tags
»
Ajax Uploader
Access
ajax
Ajax Uploader - ManualStartUpload="true"
Ajax Uploader Event
ajax Uploader javascript API
Ajax Uploader License
Ajax uploader maxfileSize
Ajax Uploaderploader
AJaxControlToolkit
ajaxuploader
ajaxuploader uploadattachement error runtime
AjaxUploaderQueueTable
AjaxUploaderTemp
AjaxUploaoder
asp.net
ASP.NET 4.0
AttachmentItem
Backslash
Bug
cancel All Button
Cancel All Button Customizing
CausesValidation
Client-side
client-side methods
Compatibility
content
CopyTo
Customize output table
Cuteuploader
CuteWebUI.AjaxUploader
CuteWebUI.AjaxUploader.dll
demo
DOTNET 1.1 POSTBACK
dynamic load
error
Error uploading files
file extensions
FileUpload
FileUpload ajax uploader
FileUploaded
Firefox
IE
ie8
IFrame
javacript
javascript
jQuery
Large File Upload
localhost
Max Size
MaxFilesLimitMsg
Maximum Size
MaxSizeKB
Message
mime
missing
Mozzila
MultipleFiles
MVC AjaxUploader
NeoLoad
not working
OpenStream
Opera
path
Performance Testing
progess bar
progress bar
Queueuery String Parameter
Regard lot of samples in sites need for each and every property and events
remote server
Resize
silverlight
silverlight firefox
SLM Error:
Slow Upload
System.UnauthorizedAccessException
temp upload path
to
type
Unknown Runtime Error
upgrade
upload
Upload Button
Upload Dialog Box
upload interrupted
UploadAttachments
UploadCompleted
uploader
Uploader Javascript methods/properties
UploaderTemp location
uploading issue
url re-write issues
validate
vb.net
warning limit file upload
Warning Message
web.API
web.api2
webservice
Win 2008 64 Bit
Showing page
13
of
15
(
146
total posts)
Problem installing
I have a problem when installing the DLL 1) Copied all the 2 files (CuteWebUI.AjaxUploader.dll, AjaxUploader.lic) of the demo version to BIN directory 2) Modified the web.config as suggested: <httpModules> <add name=''ScriptModule'' type=''System.Web.Handlers.ScriptModule, System.Web.Extensions, ...
Posted to
Ajax Uploader
(Forum)
by
fcogtz
on
May 15, 2009
Re: filename containing <.*,<,>,| showing error in MAC
Hi, when can we get this functionality to upload files with file name containg this special characters Regards, Arun
Posted to
Ajax Uploader
(Forum)
by
bs_arun
on
May 15, 2009
want to show Exact error
Hi, In the bellow function msg always returning ''undefined'' and reason always returning ''cancelbutton'' but i need to show the exact error How can i do that? function CuteWebUI_AjaxUploader_OnTaskError(obj,msg,reason) { str=reason; // alert(str); // alert(msg); if(msg==null)msg=''File has been cancelled''; ...
Posted to
Ajax Uploader
(Forum)
by
bs_arun
on
May 15, 2009
Drag and drop functionality for ajax uploader
Hi, Is there any option to achieve drag and drop functionality in ajax uploader such that user can drag the files to this control and it will add to the list and user can upload those files Regards, Arun
Posted to
Ajax Uploader
(Forum)
by
bs_arun
on
May 14, 2009
whenever i am trying to get the file name using mvcuploader it is showing object reference error in vb.net
Hi, When AutoUseSystemTempFolder =”False” and we are using a customized folder to save temporary files and I am trying to process one file at a time using the bellow function uploader.GetUploadedFile(guid) returning “ nothing” Private Sub ServerAjaxProcessFile(ByVal guid As Guid) Dim uploader As New ...
Posted to
Ajax Uploader
(Forum)
by
bs_arun
on
May 14, 2009
Need Javascript DeleteAllAttachments...
I need to be able to call the DeleteAllAttachments() from Javascript, is it possible? I have not been able to get this code or something similar to work, please ...
Posted to
Ajax Uploader
(Forum)
by
CodeSlinger
on
May 12, 2009
filename containing <.*,<,>,| showing error in MAC
Hi, if the file name containing <.*,<,>,| is displaying errors ''System.ArgumentException: Illegal characters in path.'' in mac safari. i want to allow these characters . any solution for this? Regards, Arun
Posted to
Ajax Uploader
(Forum)
by
bs_arun
on
May 12, 2009
Re: Multiselect is not working even if flash is installed in firefox
Terry, The attributes is set to uploadtype=''Flash'' and MultipleFilesUpload=''True'' but still multiple selection is not working even if flash is installed in firefox Regards, Arun
Posted to
Ajax Uploader
(Forum)
by
bs_arun
on
May 12, 2009
Multiselect is not working even if flash is installed in firefox
Flash is installed in my system but if i will set UploadType=''Flash'' then multiselect is not working in firefox Any idea for this? Regards Arun
Posted to
Ajax Uploader
(Forum)
by
bs_arun
on
May 11, 2009
file.FileSize returning -1 in firefox
Hi, always file.FileSize returning -1 in firefox function CuteWebUI_AjaxUploader_OnSelect(files) { for(var i=0;i<files.length;i++) { var file=files[i]; if(file.FileSize!=-1) { if(file.FileSize>2147483648) { alert(file.FileName+ '' ( '' + Math.round((file.FileSize/1073741824)*Math.pow(10,2))/Math.pow(10,2) ...
Posted to
Ajax Uploader
(Forum)
by
bs_arun
on
May 11, 2009
« First
...
< Previous
11
12
13
14
15
Next >