TYPO3 v15 dev-main snapshot ()
This commit is contained in:
@@ -0,0 +1,28 @@
|
||||
|
||||
.. include:: /Includes.rst.txt
|
||||
|
||||
.. _feature-67545:
|
||||
|
||||
========================================================
|
||||
Feature: #67545 - AJAX call to check whether file exists
|
||||
========================================================
|
||||
|
||||
See :issue:`67545`
|
||||
|
||||
Description
|
||||
===========
|
||||
|
||||
A Backend AJAX call to check whether a file exists has been added. The call needs two parameters to work properly.
|
||||
|
||||
|
||||
Impact
|
||||
======
|
||||
|
||||
The method can be called with `TYPO3.settings.ajaxUrls['file_exists']`.
|
||||
The parameters `fileName` and `fileTarget` are required:
|
||||
|
||||
* fileName: Name of the file
|
||||
* fileTarget: Combined identifier of target directory for the file
|
||||
|
||||
|
||||
.. index:: JavaScript, Backend
|
||||
Reference in New Issue
Block a user