|
Search
You searched for the word(s): upload file
Showing page 35 of 336 (3,355 total posts)
< 1 second(s)
-
Been debugging the uploading routine of CuteEditor a bit.
The problem is situated in this routine:
For nIndex = 1 to LenB(FileData) oFile.Write Chr(AscB(MidB(FileData,nIndex,1))) <-----Next
When I retrieve the ''Set oFile = oFS.CreateTextFile(sPath & FileName, True)'' path from ...
-
Hi steveyuan, If you use property InsertButtonID, please set this control directly <%@ Page Language=''C#'' %><%@ Register TagPrefix=''CuteWebUI'' Namespace=''CuteWebUI'' Assembly=''CuteWebUI.AjaxUploader'' %><!DOCTYPE html PUBLIC ''-//W3C//DTD XHTML 1.0 Transitional//EN'' ...
-
Dear xuguochun, Please check your web.config file,there is a config to set HttpRuntime request length limit under <sysmte.web> node <system.web> <httpRuntime maxRequestLength=''2000000''/> </system.web> The default value of maxRequestLength is 4096 KB (4 MB) you can set a ...
-
Dear soppie,
Yes, you can check the filesize before file is uploaded, the following is example snippet:
<%@ Page Language=''C#'' %>
<!DOCTYPE html PUBLIC ''-//W3C//DTD XHTML 1.0 Transitional//EN'' ''http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd''>
<script runat=''server''>
void ...
-
Rafael,
Please download the last version.
We have added a new property : <CuteWebUI:Uploader FlashLoadMode=''True'' ....>
This mode have disadvantages :
1 - Do not support Flash8,9 (will disable FlashLoadMode if use 8/9)
2 - client side need big memory for large files.
3 - Browser will stop ...
-
By default, all files can not be uploaded outside the site root for security reasons.
You can modify the following file:
cuteeditor_files\Dialogs\Include_Security.php
function ServerMapPath($input_path,$absolute_path,$virtual_path)
{
if($absolute_path!='''')
{
return ...
-
Allen:
You can use the OnFileValidating event to write the custom validation code :
<CuteWebUI:UploadAttachments runat=''server'' ID=''Uploader1'' OnFileValidating=''Uploader1_FileValidating'' />
protected void Uploader1_FileValidating(object sender, UploaderEventArgs args)
{
...
-
Tested CuteEditor for .net v6 Image Gallery Path setting according to Developer Guide http://cutesoft.net/developer+guide/index.html, working with Images section
1. modify \CuteSoft_Client\CuteEditor\Configuration\Security\default.config. Successful both on my testbed and customer end
<security ...
-
>>However, in Mozilla FireFox (1.0.7) I can not click on the edit window.
Thanks for pointing out this issue. We've fixed it. Please download the control again and updated the file:
CuteSoft_Client\CuteEditor\Scripts\Gecko_Implementation\CuteEditorImplementation.js
>> when the editor starts it ...
-
zain,
Which version of CuteEditor are you using?
If you are using the version 4.0, please check the following reference:
Menu/Button
Function Description
Template Item
Save
saves the active content in the editor's content area
Save
Print
prints the current page.
Print
Find and ...
... 35 ...
|
|
|