|
Search
You searched for the word(s):
< 1 second(s)
-
Hi Ken,
It works. Thanks
Kalees
-
Hi,
I need to change the allowed file extensions during runtime on some condition. how do i do.
The scenario is,
If i select "A" in dropdown list, then uploader allowedfile extension is "xls"
If i select "b" in dropdown list, then uploader allowedfile extension is "pdf"
Thanks ...
-
Hi,
i want to validate each file on upload process.
If i want to stop certain file upload during multiple file upload process, How do i do?
For example,
protected void Uploader_FileValidating(object sender, CuteWebUI.UploaderEventArgs args)
{
string ...
-
Hi,
When i upload 200 (for example) files, i am getting the progress bar for each file size.
since my file size is very small lets say 1 kb, then bar is going very fast and the screen is also getting the flickering effects.
instead of single file, I want the progress bar for Total upload file size.
if i ...
-
Hi,
Finally i achieved by this way;
The solution is.
<script type=''text/javascript''>
var ClickedUploderId = ...
-
Hi Kim,
It is working after i did some minor changes.
During cancel all update button click, then i need to enable the control
i tried with
CuteWebUI_AjaxUploader_OnStop { var hidden = this;
if (hidden.id == ''MainContent_SubModelFilesUploader'')
{graphicsuploader2.internalobject.insertBtn.disabled ...
-
Hi,
I have 2 upload controls upload1 and upload2 in my page. I want to disable the upload2 button when the user uploading file from upload1 controls and end of the uploading i have to enable the upload1. the same way i want vice versa.
I want to achive the process flow like
by simple my problem,
I do not want ...
-
Hi Ken,
Sorry, i am away for sometime.
It is not showing any error message.
I can still upload the file using uploader, even my page session is expired.
not like other server control.
It should be maintain the session.
Regards
Kalees
-
Hi,
I faced 2 issues w.r.t Session vs Uploader.
I can still upload the files, even after my session is expired on the page.
Second,
Then i preferred Auto redirect to expiry page once my session expired.
Still my problem is there.
After i am starting upload file process, my session is getting ...
-
Hi,
I am using Uploader control in my page and it is working fine.
Buti have an issue that w.r.t Session side.
For example;
If I set 2 min is the session time for my page, but i see that my session is getting
expire even during in file upload process.
how to maintain the session with uploader?
thank you in ...
|
|
|