|
Search
You searched for the word(s):
Showing page 73 of 231 (2,301 total posts)
< 1 second(s)
-
Hi,
AjaxUploader will delete all temp files which expire in 5 hours.
So you do not need maintain it.
Once the FileUploaded event is fired,
You can process the file.
while client side showing the 'green mark'
but you need show 'Uploaded , but process failed' message to the user ...
-
Hi,
The uploader upload the file to server side temp directory , and add .resx to protected the server.
(Otherwise the hacker may upload some aspx and run it )
You can copy/move the file , change the file name in the FileUploaded event.
We expect the developer do that job by themselves.
Regards,
Terry
-
Hi,
I think that is a bug.
But I don't know how you can produce it .
Can you post some code to descript how you load it ?
-
I suggest you make sure you are using the last version.
Because currently I just think that error should not throw.
Regards,
Terry
-
Pierre,
Can you reproduce this problem on http://ajaxuploader.com/ demo ?
Are your remote website using https ?
Regards,
Terry
-
Hi
Please send to my mail : terry@cutesoft.net
If you remove the uploader , will get page also throw that error ?
Regards,
Terry
-
Kevin,
Do you get such error on a simple page ?
<%@ Page Language=''C#'' %>
<%@ Register TagPrefix=''CuteWebUI'' Namespace=''CuteWebUI'' Assembly=''CuteWebUI.AjaxUploader'' %>
<html>
<body>
<form runat=server>
<CuteWebUI:Uploader runat=''server'' ...
-
Hi,
They are the same file .
When you want to check the file version , you can open the file property dialog , and check the title of the detail tab.
Regards,
Terry
-
Hi,
1 - Use the server control properties to set the strings.
2 - Use client side event to show custom error message:
<script>
function CuteWebUI_AjaxUploader_OnError(msg)
{
//check the msg , and replace it to custom message :
alert(''my error msg'');
...
-
Hi,
Please download the control again.
the new property name is MaxAlbumSize (KB)
Regards,
Terry
-
Hi,
The order is this :
1 - item change status to 'green mark'
2 - postback event fired
3 - server side OnFileUploaded fire for each file.
Please check this sample for the table :
http://ajaxuploader.com/document/scr/create-custom-queue-table.htm
Regards,
Terry
... 73 ...
|
|
|