You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: user_guide_src/source/libraries/uploaded_files.rst
+10Lines changed: 10 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -304,6 +304,16 @@ version, use ``getMimeType()`` instead:
304
304
305
305
.. literalinclude:: uploaded_files/015.php
306
306
307
+
getClientPath()
308
+
---------------
309
+
310
+
.. versionadded:: 4.4.0
311
+
312
+
Returns the `webkit relative path <https://developer.mozilla.org/en-US/docs/Web/API/File/webkitRelativePath>`_ of the uploaded file when the client has uploaded files via directory upload.
0 commit comments