|
Search
You searched for the word(s):
Showing page 67 of 381 (3,805 total posts)
< 1 second(s)
-
Hi serran,
I suggest you use method "CopyTo" to handle the upload file store location and the new file name. Then you can save it to any folder and use any name you need. The example below shows you how to achieve it.
mvcfile.FileName is the original file name, you can change it directly. Like ...
-
Hi stoi2m1,
I think you did not set up the large file uplod settings correct. Please refer to http://phpfileuploader.com/FAQ.html#16, the "How do I handle a large file upload?" and "php.ini settings" section.
Also, please check the "upload_tmp_dir" php setting, ensure that you have set value for this ...
-
Hi BiswajitMajumdar,
Try set property UseFontTags to true, then it should keep the same target in your situation.
<CE:Editor ID="Editor1" runat="server" Height="500" UseFontTags="true"> </CE:Editor>
Regards,
Ken
-
Hi stoi2m1,
Please try the way below, it should fix this problem.
1. open file \phpuploader\include_phpuploader.php
2. find section below
$cd=dirname($this->GetWebPath(__FILE__));
3. change it to
$cd=dirname($_SERVER['SCRIPT_NAME']).'/phpuploader';
Regards, Ken
-
Hi BiswajitMajumdar,
Yes, I can reproduce this issue on my IE 8 too. I will report it to the development team, once issue is fix, I will keep you posted.
Regards,
Ken
-
Hi YAWU,
I think you are using the old version. Please try demo http://cutesoft.net/asp/EnableAll.asp, if it works on your IE10, please download the latest build and try again.
Latest version download url:http://cutesoft.net/downloads/folders/57121/download.aspx
Regards,
Ken
-
Hi rezagc,
You can ignore the code I sent before. I thought you talking about the bottom bar menu "preview".
If you want to change the size of the preview dialog, please try the way below.
1. Open file \CuteSoft_Client\CuteEditor\Scripts\Constant.js
2. Find section below. You can change the widht ...
-
Hi bluehatdesign,
Can you post your uploader page url here? So we can check it for you. Or you can send it to Kenneth@CuteSoft.net.
Did you tried the manually start upload example page of the demo under your site? Does it get the same problem?
Regards,
Ken
-
Hi rezagc,
You can change the editor height dynamically when the user switch to preview. The example below shows you how to achieve ...
-
hi Chispa,
The uploader support to use with IE 10. You can try on http://www.ajaxuploader.com/Demo/select-multiple-files-upload.aspx.
Property UploadTypePriority use to set the upload mode priority. The uploader control support html5,silverlight, flash,Iframe.
IE 10 browser support to use html5 by default. Not sure ...
... 67 ...
|
|
|