Doc
This commit is contained in:
parent
4b2a2c530e
commit
6c259fa3b8
@ -19,6 +19,8 @@
|
|||||||
/**
|
/**
|
||||||
* \file htdocs/core/ajax/fileupload.php
|
* \file htdocs/core/ajax/fileupload.php
|
||||||
* \brief File to return Ajax response on file upload
|
* \brief File to return Ajax response on file upload
|
||||||
|
*
|
||||||
|
* Option MAIN_USE_JQUERY_FILEUPLOAD must be enabled to have this feature working. Use is NOT secured !
|
||||||
*/
|
*/
|
||||||
|
|
||||||
if (!defined('NOTOKENRENEWAL')) {
|
if (!defined('NOTOKENRENEWAL')) {
|
||||||
|
|||||||
@ -19,6 +19,8 @@
|
|||||||
/**
|
/**
|
||||||
* \file htdocs/core/class/fileupload.class.php
|
* \file htdocs/core/class/fileupload.class.php
|
||||||
* \brief File to return Ajax response on file upload
|
* \brief File to return Ajax response on file upload
|
||||||
|
*
|
||||||
|
* Option MAIN_USE_JQUERY_FILEUPLOAD must be enabled to have feature working. Use is NOT secured !
|
||||||
*/
|
*/
|
||||||
|
|
||||||
require_once DOL_DOCUMENT_ROOT.'/core/lib/files.lib.php';
|
require_once DOL_DOCUMENT_ROOT.'/core/lib/files.lib.php';
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user