#210: More Flexible Upload Directory Control
---------------------------+------------------------------------------------
  Reporter:  anonymous     |       Owner:               
      Type:  New Feature   |      Status:  closed       
  Priority:  Normal        |   Milestone:               
 Component:  File Browser  |     Version:  FCKeditor 2.4
Resolution:  invalid       |    Keywords:  HasPatch     
---------------------------+------------------------------------------------
Changes (by fredck):

  * status:  reopened => closed
  * resolution:  => invalid


Comment:

 @monoman, my [comment:2 previous comment] already contains a solution for
 such particular need. It is not needed to add yet another setting that
 would fit the needs of a few users, but not for everybody. Actually, using
 the connector URL is a much more flexible solution as it gives you ways to
 use any combination of factors (you could also depend on two parameters,
 instead of one).

 In any case, we still strongly avoid using the URL to determine the final
 upload URL. For example, in the above case it would be quite easy to
 access other "subject" files by just changing the URL. You would also end
 up having people passing the URL in the "subject" param.

 The correct solution is instead using session variables for it. If
 anything is to be passed in the URL, I would opt using a temporary
 generated code (like a guid) that points to a server side dictionary
 containing the values to be used in the configuration file.

-- 
Ticket URL: <http://dev.fckeditor.net/ticket/210#comment:7>
FCKeditor <http://www.fckeditor.net/>
The text editor for Internet
-------------------------------------------------------------------------
This SF.Net email is sponsored by the Moblin Your Move Developer's challenge
Build the coolest Linux based applications with Moblin SDK & win great prizes
Grand prize is a trip for two to an Open Source event anywhere in the world
http://moblin-contest.org/redirect.php?banner_id=100&url=/
_______________________________________________
FCKeditor-Trac mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/fckeditor-trac

Reply via email to