|
Search
You searched for the word(s): upload'A=0
Showing page 149 of 656 (6,557 total posts)
< 1 second(s)
-
Hi fadhli,
Please set property UploaderDebug=1, it will open the debug mode.
<CuteWebUI:Uploader ID="uploader1" runat="server" UploaderDebug="1">
</CuteWebUI:Uploader>
You can set the temp directory for the uploader control and ...
-
I still have the issue in Firefox...any ideas?
I found another issue in IE using the Image Editor. When using the ImageEditor I get the error below. Is this ''temp folder'' configurable in the web.config file like the AjaxUploader? I could give read/write to the path in the error...but I'd rather not.
Thanks!
Server ...
-
Hi megami56,
IIS 5.0, 6.0 and IIS 7.0 Classic mode<configuration>
<system.web>
<httpModules>
<add name=''CuteEditor.UploadModule'' type=''CuteEditor.UploadModule,CuteEditor''/>
</httpModules>
...
-
Hi,
Can you try demo http://www.ajaxuploader.com/Demo/simple-upload.aspx on your chrome? Does it gets the same issue? If yes, then I suggest you disable all plug-ins of your chrome to try again or do a new install of your chrome to test this. If you are using the ad block plug-in, then try to disable them to test ...
-
Hi,
the setting still work, you can try select the other file extension and upload it, the conttrol will throw the error with file extension does not support. this due to the system/browser limitation, so we can not do the full control of the select file dialog, but the uploader will still valid the file extension at server side, do not ...
-
Hi khosango,
Can you poste your editor page url and show me the full steps to reproduce this issue? So we can check it for you. Also you can send the info to Kenneth@CuteSoft.net.
By the way, if you want to custom the upload image store folder, please refer ...
-
Hi insk,
1. if you mean use it in the <iframe>, then it will work.
2. You can create a virtual directory under your site and save the upload file into this virtual directory. The virtual directory can point to any location or remote server, just ensure that your site has the write/read permission of the folder you ...
-
Can you try the following code?
<%@ Language="VBScript" %>
<!-- #include file="aspuploader/include_aspuploader.asp" -->
<html>
<head>
<title></title>
<script ...
-
hi drdx,
1. After uploaded, you can get the upload file info like the code below, it is the server side php code, so I think you can achieve your sql code in it ...
-
HI alcom,
1. this setting only use for the upload file. So the create template function will not use what you for this setting.
2. if you want to add a common templates function, you can create your own custom button and open the custom insert template dialog. So the default one use as the private templates, and your custom one ...
... 149 ...
|
|
|