#1762: Clarificaton needed on FileUpload and QuickUpload
----------------------+-----------------------------------------------------
  Reporter:  mosipov  |       Owner:                 
      Type:  Task     |      Status:  new            
  Priority:  Normal   |   Milestone:                 
 Component:  General  |     Version:  FCKeditor 2.5.1
Resolution:           |    Keywords:                 
----------------------+-----------------------------------------------------
Comment (by fredck):

 For all other languages we have a separated page that handles QuickUploads
 (names upload.ext). All other requests go to connector.ext. Check out the
 [source:FCKeditor/trunk/editor/filemanager/connectors/php/upload.php
 upload.php] for example. That file reuses the FileUpload command from the
 connector.

 Having a dedicated page, makes it useless to pass the command. Also,
 QuickUploads will always endup in the same folder, so we don't need the
 target folder path too. All we need is the resource type and the NewFile.

 I would always recommend you checking the way things got implemented in
 other languages, specially PHP and ASP.NET. You would take many hints from
 that code.

-- 
Ticket URL: <http://dev.fckeditor.net/ticket/1762#comment:2>
FCKeditor <http://www.fckeditor.net>
The text editor for Internet
-------------------------------------------------------------------------
This SF.net email is sponsored by: Microsoft
Defy all challenges. Microsoft(R) Visual Studio 2008.
http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/
_______________________________________________
FCKeditor-Trac mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/fckeditor-trac

Reply via email to