|
Search
You searched for the word(s):
Showing page 126 of 231 (2,301 total posts)
< 1 second(s)
-
Igor,
Yes.
You can process all items at the PreRender event.
Regards,
Terry
-
Hi,
How about
<%@ Register TagPrefix=''CuteWebUI'' Namespace=''CuteWebUI'' Assembly=''CuteWebUI.AjaxUploader, Version=2.0.0.0, Culture=neutral, PublicKeyToken=bc00d4b0e43ec38d'' %>
or 3.0.0.0 (if you download it after 12/4)
<%@ Register TagPrefix=''CuteWebUI'' Namespace=''CuteWebUI'' ...
-
Hi,
That is a new class of Uploader 3.0 , and we are prepairing the documents for it.
You can also check this method to get the temp path (which name is different from file.FileName)
string fullpath=file.GetTempFilePath();
(if you will not use none-file-system uploader provider.)
(AjaxUploader supports ...
-
Casey,
I am not sure that EndOfStreamException is throwed from your code.
Maybe it is throwed from uploader internal code.
So you can just do a test :
protected void ajaxUploader_OnFileUploaded(object sender, CuteWebUI.UploaderEventArgs ...
-
Hi,
It will within 1 week.
Regards
Terry
-
Stephan ,
I don't know why the DeleteAllAttachment not work on your app.
for the cancel button, you can set
uploader.CancelButton.CssClass=''HideButton''; and use css to hide it:
.HideButton
{
display:none!important;
}
Regards,
Terry
-
Hi,
Your request is very useful.
Currently the client side do not provide event for each file.
We will add that event API , and provide sample for your request soon.
Regards,
Terry
-
Hi,
your 'action' input field will override the form.action property. I think we need use form.getAttribute(''action'') for the new code..
1. If you only modify the attribute CancelUploadMsg it's not useful , because the cancel button is rendered as an real button. and be attached as the CancelButtonID
2. If you are ...
-
Hi,
What do you mean the .net 3.5 ? Do you mean the MVC ?
The Ajax Uploader supports DotNet framework 1.x,2.0,3.x
You can download the samples at http://ajaxuploader.com
And these days we will publish Ajax Uploader 3.0 , which allow developer use it in ASP.NET MVC.
Regards,
Terry
-
Mike,
Please test these way:
1. download the last version and try again.
2. create a simple page and add uploader into it and try again.
3. on your page which get error , try to remove something and try again.
And then I think you will find which cause that error.
Regards,
Terry
... 126 ...
|
|
|