|
Search
You searched for the word(s):
Showing page 74 of 231 (2,301 total posts)
< 1 second(s)
-
Hi,
Please use args.GetTempFilePath();
Regards,
Terry
-
Hi,
You can open the CuteSoft_Client/Gallery/Layout/Explorer/Template.htm , and use style=''display:none'' to hide the buttons.
For SlideShow layout , you can remove this.TogglePlay(); on about line #74
The gallery is plan to support more languages, but now we haven't provide other language files.
You can open ...
-
Hi,
Please check whether the script resource could be download or not :
ScriptResource.axd?d=8wpsN1-Ok1UOH0UWHuBuqDM2UdhJ1ZFmlgEHq9zUcmm1rhteLHUTn9AKnU24h8M_sSU8qenEPPxCXC_hEG8l1UcqvUK2sMVPWuABA6NVnEc1
Regards,
Terry
-
Hi,
You can download the last version at http://ajaxuploader.com
Currently the online document is old , we will add the new API list to it soon.
Regards,
Terry
-
Please try to add this to web.config appSettings :
<add key=''CuteWebUI.AjaxUploader.RewritePath'' value=''False'' />
Regards,
Terry
-
Lakshmi,
Please check this sample :
<script type=''text/javascript''>
var uploader=document.getElementById('<%=Uploader1.ClientID %>');
function CheckBrowsingTask()
{
var iobj=uploader.internalobject;
var ...
-
If your website use MSAJAX (System.Web.Extensions) , you may forgot to register it to web.config :
<add name=''ScriptModule'' type=''System.Web.Handlers.ScriptModule, System.Web.Extensions, Version=3.5.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35'' />
(for old version , it will be ...
-
Hi,
If you already has a file, you can use this to create a Stream object :
using System.IO;
Stream s=new FileStream(filepath,FileMode.Open,FileAccess.Read,FileShare.Read);
For advanced usage, you can check the (in the downloaded zip ...
-
Hi,
That's a bug on IFrame mode. We have fixed it yestoday.
Please download it again : http://ajaxuploader.com/
Regards,
Terry
-
Hi,
Please use this pattern :
<match url=''^myaccount/uploader($|(\?.*))'' />
Regards,
Terry
... 74 ...
|
|
|