|
Search
You searched for the word(s):
Showing page 152 of 231 (2,301 total posts)
< 1 second(s)
-
Hi,
That should be a new bug. We can fix it now. Please wait for a monent.
Regards,
Terry
-
Hi,
Can you post your code or web.config ?
Regards,
Terry
-
Web.config :
<add key=''UploaderDatabase'' value=''server=(local);database=UploaderSamples;uid=test;pwd=test''/>
<add key=''CuteWebUI.AjaxUploader.Provider'' value=''UploaderDatabaseProvider.UploaderSqlServerProvider,App_Code''/>
Sql Schema:
if exists (select * from dbo.sysobjects where id = ...
-
Hi,
Please check this code , we have already tested it :
using System;
using System.Data;
using System.Data.SqlClient;
using CuteWebUI;
namespace UploaderDatabaseProvider
{
/// <summary>
/// UploaderSqlServerProvider
/// </summary>
public class UploaderSqlServerProvider : CuteWebUI.UploaderProvider
{
const ...
-
Hi,
While the server side process the FileUploaded event, the client side would not get the progress of the server side work.
You can use MoveTo() , it's much faster then copying a file.
If you want to show progress, you can move to another temp folder at first, and then use ajax to do your file ...
-
Hi,
The uploader do not provide server side or client side cancel event directly.
In client side javascript,
You can capture the start/stop/postback event, or compare the status of the data from queueui event .
If you want to notify the server side, you can raise a postback to server ...
-
Hi,
Can you try the last version?
I can't reproduce this error.
Regards,
Terry
-
Hi,
We will release it on next monday.
Regards,
Terry
-
Hi,
In current version,
if you want to change the positions
It need many javascript code.
So I just want to change our javascript code,
So after that, you can just copy a little code we provided.
We will publish a version for that on next monday.
Regards,
Terry
-
Senthil,
Does your 64bit PC install the Flash > (and the Flash version?) ?
How about click on the Silverlight column buttons ?
Regards,
Terry
... 152 ...
|
|
|