Opened 16 years ago

Closed 16 years ago

Last modified 16 years ago

#1685 closed Bug (invalid)

Quick Upload bug ?

Reported by: Sebf60 Owned by:
Priority: Normal Milestone:
Component: Server : PHP Version: FCKeditor 2.5
Keywords: Cc:

Description

QuickUpload doesn't work in php but upload function works with the browser page. It seems that the action property of upload form is not good :

/fckeditor/editor/filemanager/upload/php/upload.php?Type=Image

I have tried with other too not only image.

<form id="frmUpload" onsubmit="return CheckUpload();" action="/forum/fckeditor/editor/filemanager/upload/php/upload.php?Type=Image" enctype="multipart/form-data" target="UploadWindow" method="post">
<span fcklang="DlgLnkUpload">Télécharger</span>
<br/>
<input id="txtUploadFile" type="file" name="NewFile" size="40" style="width: 100%;"/>
<br/>
<br/>
<input id="btnUpload" type="submit" fcklang="DlgLnkBtnUpload" value="Envoyer sur le serveur"/>
<iframe src="javascript:void(0)" style="display: none;" name="UploadWindow">
<html>
<head/>
<body/>
</html>
</iframe>
</form>

Change History (2)

comment:1 Changed 16 years ago by Wiktor Walc

Keywords: Quick upload removed
Resolution: invalid
Status: newclosed

Paths to the server connector are configurable in fckconfig.js (take a look at the bottom of the file).

By default upload path points to /fckeditor/editor/filemanager/connectors/php/upload.php. I guess that you have upgraded from FCKeditor 2.4 and copied a part of the old config file with invalid paths.

Take a look at http://www.fckeditor.net/whatsnew to have an overview of all changes.

comment:2 in reply to:  1 Changed 16 years ago by Sebf60

Replying to wwalc:

Paths to the server connector are configurable in fckconfig.js (take a look at the bottom of the file).

By default upload path points to /fckeditor/editor/filemanager/connectors/php/upload.php. I guess that you have upgraded from FCKeditor 2.4 and copied a part of the old config file with invalid paths.

Take a look at http://www.fckeditor.net/whatsnew to have an overview of all changes.

Hum, I did not upgrade from 2.4 because I have directly try FCKEditor 2.5b

But i have found why i have this bug. It's not FCKEditor but QuickUpload Plugin... Sorry.

Seb.

Note: See TracTickets for help on using tickets.
© 2003 – 2022, CKSource sp. z o.o. sp.k. All rights reserved. | Terms of use | Privacy policy