|
Search
You searched for the word(s): Uploader
Showing page 116 of 328 (3,276 total posts)
< 1 second(s)
-
Dear Support
I've using the Ajax Uploader tool so far and it's being great.
I've found an issue and need to figure it out urgently.
I have a web user control that is being generated dinamically on my web page.
The Onclik attribute is being added on the Page_PreRender method as ...
-
I am having trouble using your javascript API. I am trying to check if a file already exists in our system, as a user is attempting to upload a file. If it does exist, I need to give them a message asking if they want to overwrite the file. I am trying to use the handleselect method to grab the files that are being uploaded, but i can't seem to ...
-
Hi,
When your specify the UploadType=IFrame , or the browser do not install the Flash/Silverlight ,
the uploader will create an iframe and <input type=file> to do the upload task.
For IE/Chrome , it will allow file.click() method to prompt the browsing dialog ,
but for Firefox/Safari , the browsers require ...
-
The following FileUploaded EVENT FIRES on my localhost machine during testing.
But when I put it on DiscountASP, it does NOT fire although the file does get uploaded
to the temporary directory on DiscountASP.
Is there some setting in the web.config file that is special for DiscountASP?
<CuteWebUI:Uploader runat=''server'' ...
-
I have a user profile page with information that can be saved with either of 4 different buttons (save, save + Close, Save + New, ...) I would like to use the Ajax uploader to queue up a file for upload and only perform the actual upload after the save function executed by whatever button is pressed is actually run.
so i ...
-
Hi, Yes I'm using AjaxControlToolkit on my page and this is page source; <%@ Page Language=''C#'' AutoEventWireup=''true'' CodeBehind=''GlownaSkanowanie.aspx.cs'' Inherits=''Projekty.GlownaSkanowanie'' %>
<%@ Register Assembly=''AjaxControlToolkit'' Namespace=''AjaxControlToolkit'' TagPrefix=''cc1'' %>
<%@ Register ...
-
I've added the Ajax Uploader to my app using multiple file upload and everything is working great, except that the files that have been uploaded remain in the temp uploader folder.
Other posts in this forum re this problem have had replies that say that these files go away automatically after 1 hour or 6 hours (different numbers in ...
-
I have created a custom uploader provider to upload files to our database, which works well. The problem is, our services need an additional property that I cannot get to from my custom provider class. So, in the Page_Load event of my .aspx I tried to cast the object returned from the GetUploaderProvider() method on the Uploader control, such ...
-
Hi,I chose to buy the PHP FILE UPLOADER because it's urgent and it would be delivered instantly after payment according to the info page
However, I got this: Dear customer,
Thank you for choosing CuteSoft.NET Components.
We have received your order but we are having difficulty handling it online. A detailed report has been sent to ...
-
Hi,
You can implement the custom uploader provider to save the temporary files.
1 - create a class which inherits the CuteWebUI.UploaderProvider
2 - register it into web.config appSettings:
<add key=''CuteWebUI.AjaxUploader.Provider'' value=''YourProject.YourProviderClass'' />
And then you can save ...
... 116 ...
|
|
|