|
Search
You searched for the word(s): error
Showing page 220 of 969 (9,685 total posts)
< 1 second(s)
-
Dear greggs,
PHP File Uploader is designed to work with up to 2GB files. The reason for the limit is simple - current browsers does not support upload of bigger files than 2GB over internet and IIS also accepts only 2GB files.
Please refer to the following code and set the MaxSizeKB to ...
-
kunalraghuwanshi, I don't quite understand. My understanding of both the Cute Editor and DNN is a bit limited. If you happen to read this, can you reiterate in further detail?
Adam (or anyone else who has any ideas), I've stared at the code for several hours, tried changing a few things, and then posting a new CE ...
-
Prasad,
Pleaste try the following steps:
1. Delete CuteEditor.dll and all old client files
2. Download the latest build and copy the new CuteEditor.dll, client files.
3. Open your project and remove the reference to the CuteEditor.dll
4. Add the reference to new CuteEditor.dll
5. Recompile your project.
The problem ...
-
Hi, A few times, I have the following error message: FATAL ERROR - FLM error Attachments come from a Windows PC and are uploaded on a server Linux (Ubuntu) Regards,
-
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,
Can you try the example page below? Does it gets the same error? And does it happens on all ...
-
Hi cjchamber,
Please check your site application pool, you are using the .net framework 1.1, ajax uploader must use .net framework 2.0+.
By the way, this error is not causes by the uploader, it is causes by your web.config setting, .net framework 1.1 does not support System.Web.Extensions control, and you are using it ...
-
Hi Floris246,
Please try the example page below, does it get the same error? If yes, please post your editor page url here. So we can check it for you directly.
Also, you can send the page url to ...
-
I've found on another post.
function CuteWebUI_AjaxUploader_OnError(msg) { alert("this is a custom message"); return false; ...
-
David,
There is no mimimum file validation option.
However you can find the uploaded file size of the file and only save the files meeting the requirements.
<CuteWebUI:Uploader runat="server" ID="Uploader1" ...
... 220 ...
|
|
|