|
Search
You searched for the word(s): Ajax Uploader
Showing page 31 of 117 (1,163 total posts)
< 1 second(s)
-
Hi Terry,
I don't have any additional firewals. I tested it on a newly fresh installation of MS Windows 7 RTM.
On the same computer, Firefox 3 works without any problems.
I suspect that it is connected somehow to the new IE8.
Regards,
Michael
-
Hi ManishDubey1987, Yes, AjaxUploader work with Updatepanel very well. Please try demo http://www.ajaxuploader.com/Demo/select-multiple-files-upload.aspx, we used UpdatePanel in this demo too. Regards, Ken
-
Hi jsteltor,
Also, is there a way to force AJAX Uploader to use either the Silverlight or basic method?
Try this way, it will disable the flash mode.
attachment1.SetAdvancedOption(UploaderAdvancedOption.NoFlash, ''true'');
by default uploader will use Silverlight for upload. If user have not install silverlight, ...
-
Disable the upload function.
1: Edit security policy file.
The security policy file (default.config, admin.config and guest.config) can be found in the /CuteEditor/Configuration/Security folder. In security policy file you can find the AllowUpload element. By default, it contains the following value:
<security ...
-
Hi,
we're using the Ajax Uploader as silverlight conponent since many year and it works great.
Recently, we came across the unavailability of the component but, only for a little bunch of users : instead of poping the Select File Dialog , it looks like the InsertButton ...
-
I used this in my web.config
<configuration>
<system.web>
<httpModules>
<add name=''CuteWebUI.UploadModule'' type=''CuteWebUI.UploadModule,CuteWebUI.AjaxUploader''/>
</httpModules>
...
-
Hi,
Do you use JavaScript?
I suggest you use JavaScript + MvcUploader class to implement your request.
If you say YES , I will tell you the details.
--
And I suggest you create an ID for the wizard , and save each state into database ,
So when user navigate to every page , the state could be ...
-
we have resolved this issue. It stems from the fact that the web api services were configured as virtual applications in IIS under the main application, which we were adding the ajax uploader. As such, the child services were picking up the config settings of the main project, because of .NET config inheritance.
As a result, ...
-
Hi Geminior, Please refer to all javascript API here http://www.ajaxuploader.com/document/scr/JavaScript-API.htm CuteWebUI_AjaxUploader_OnProgress and CuteWebUI_AjaxUploader_OnStart should work for you EventsDescriptionCuteWebUI_AjaxUploader_OnInitializeFires when an Ajax Uploader is fully ...
-
Hi ksanjay, Please try the example below? Does it get the same issue? <%@ Page Language=''C#'' Title=''example'' %>
<%@ Register TagPrefix=''CuteWebUI'' Namespace=''CuteWebUI'' Assembly=''CuteWebUI.AjaxUploader'' %>
<!DOCTYPE html PUBLIC ''-//W3C//DTD XHTML 1.0 Frameset//EN'' ...
... 31 ...
|
|
|