- Sort Score
- Result 10 results
- Languages All
Results 1 - 10 of 4,575 for file3 (0.02 sec)
-
src/main/webapp/js/admin/plugins/form-validator/file.js
c.imageRatioNotAccepted;return!1},a.formUtils.addAsyncValidator({name:"dimension",validatorFunction:function(b,d,e,g,h){if(c){var i=e.get(0).files||[],j=this;e.attr("data-validation").indexOf("mime")===-1?(alert("You should validate file type being jpg, gif or png on input "+e[0].name),b(!1)):i.length>1?(alert("Validating image dimensions does not support inputs allowing multiple files"),b(!1)):0===i.length?b(!0):f(i[0],function(c){var d=!1;e.valAttr("dimension")&&(d=a.formUtils.checkImageDimension(c,e.valAttr...
Registered: Thu Sep 04 12:52:25 UTC 2025 - Last Modified: Mon Jan 01 05:12:47 UTC 2018 - 4.6K bytes - Viewed (0) -
docs/en/docs/tutorial/request-files.md
``` This is because uploaded files are sent as "form data". /// ## Import `File` { #import-file } Import `File` and `UploadFile` from `fastapi`: {* ../../docs_src/request_files/tutorial001_an_py39.py hl[3] *} ## Define `File` Parameters { #define-file-parameters } Create file parameters the same way you would for `Body` or `Form`: {* ../../docs_src/request_files/tutorial001_an_py39.py hl[9] *} /// info
Registered: Sun Sep 07 07:19:17 UTC 2025 - Last Modified: Sun Aug 31 09:15:41 UTC 2025 - 7.3K bytes - Viewed (0) -
docs/en/docs/tutorial/static-files.md
# Static Files { #static-files } You can serve static files automatically from a directory using `StaticFiles`. ## Use `StaticFiles` { #use-staticfiles } * Import `StaticFiles`. * "Mount" a `StaticFiles()` instance in a specific path. {* ../../docs_src/static_files/tutorial001.py hl[2,6] *} /// note | Technical Details You could also use `from starlette.staticfiles import StaticFiles`.
Registered: Sun Sep 07 07:19:17 UTC 2025 - Last Modified: Sun Aug 31 09:15:41 UTC 2025 - 1.7K bytes - Viewed (0) -
docs/de/docs/tutorial/request-files.md
Mit `File` kรถnnen sie vom Client hochzuladende Dateien definieren. /// info Um hochgeladene Dateien zu empfangen, installieren Sie zuerst <a href="https://andrew-d.github.io/python-multipart/" class="external-link" target="_blank">`python-multipart`</a>. Z. B. `pip install python-multipart`. Das, weil hochgeladene Dateien als โFormulardatenโ gesendet werden. /// ## `File` importieren
Registered: Sun Sep 07 07:19:17 UTC 2025 - Last Modified: Mon Nov 18 02:25:44 UTC 2024 - 8K bytes - Viewed (0) -
docs/em/docs/tutorial/request-files.md
# ๐จ ๐ ๐ ๐ช ๐ฌ ๐ ๐ ๐ฉโ๐ป โ๏ธ `File`. /// info ๐จ ๐ ๐, ๐ฅ โ <a href="https://github.com/Kludex/python-multipart" class="external-link" target="_blank">`python-multipart`</a>. ๐คถ โ. `pip install python-multipart`. ๐ โฉ๏ธ ๐ ๐ ๐จ "๐จ ๐ฝ". /// ## ๐ `File` ๐ `File` & `UploadFile` โช๏ธโก๏ธ `fastapi`: {* ../../docs_src/request_files/tutorial001.py hl[1] *} ## ๐ฌ `File` ๐ข
Registered: Sun Sep 07 07:19:17 UTC 2025 - Last Modified: Mon Nov 18 02:25:44 UTC 2024 - 5.9K bytes - Viewed (0) -
docs/ko/docs/tutorial/static-files.md
{* ../../docs_src/static_files/tutorial001.py hl[2,6] *} /// note | ๊ธฐ์ ์ ์ธ๋ถ์ฌํญ `from starlette.staticfiles import StaticFiles` ๋ฅผ ์ฌ์ฉํ ์๋ ์์ต๋๋ค. **FastAPI**๋ ๋จ์ง ๊ฐ๋ฐ์์ธ, ๋น์ ์๊ฒ ํธ์๋ฅผ ์ ๊ณตํ๊ธฐ ์ํด `fastapi.static files` ์ ๋์ผํ `starlett.static files`๋ฅผ ์ ๊ณตํฉ๋๋ค. ํ์ง๋ง ์ฌ์ค ์ด๊ฒ์ Starlett์์ ์ง์ ์จ ๊ฒ์ ๋๋ค. /// ### "๋ง์ดํ " ์ด๋ "๋ง์ดํ "์ ํน์ ๊ฒฝ๋ก์ ์์ ํ "๋ ๋ฆฝ์ ์ธ" ์ ํ๋ฆฌ์ผ์ด์ ์ ์ถ๊ฐํ๋ ๊ฒ์ ์๋ฏธํ๋๋ฐ, ๊ทธ ํ ๋ชจ๋ ํ์ ๊ฒฝ๋ก์ ๋ํด์๋ ์ ์ฉ๋ฉ๋๋ค.
Registered: Sun Sep 07 07:19:17 UTC 2025 - Last Modified: Mon Nov 18 02:25:44 UTC 2024 - 2K bytes - Viewed (0) -
docs/ko/docs/tutorial/request-files.md
{* ../../docs_src/request_files/tutorial001.py hl[7] *} /// info | ์ ๋ณด `File` ์ `Form` ์ผ๋ก๋ถํฐ ์ง์ ์์๋ ํด๋์ค์ ๋๋ค. ํ์ง๋ง `fastapi`๋ก๋ถํฐ `Query`, `Path`, `File` ๋ฑ์ ์ํฌํธ ํ ๋, ์ด๊ฒ๋ค์ ํน๋ณํ ํด๋์ค๋ค์ ๋ฐํํ๋ ํจ์๋ผ๋ ๊ฒ์ ๊ธฐ์ตํ๊ธฐ ๋ฐ๋๋๋ค. /// /// tip | ํ File์ ๋ณธ๋ฌธ์ ์ ์ธํ ๋, ๋งค๊ฐ๋ณ์๊ฐ ์ฟผ๋ฆฌ ๋งค๊ฐ๋ณ์ ๋๋ ๋ณธ๋ฌธ(JSON) ๋งค๊ฐ๋ณ์๋ก ํด์๋๋ ๊ฒ์ ๋ฐฉ์งํ๊ธฐ ์ํด `File` ์ ์ฌ์ฉํด์ผํฉ๋๋ค. /// ํ์ผ๋ค์ "ํผ ๋ฐ์ดํฐ"์ ํํ๋ก ์ ๋ก๋ ๋ฉ๋๋ค.
Registered: Sun Sep 07 07:19:17 UTC 2025 - Last Modified: Mon Nov 18 02:25:44 UTC 2024 - 8K bytes - Viewed (0) -
docs/pt/docs/tutorial/request-files.md
/// ## Importe `File` Importe `File` e `UploadFile` de `fastapi`: {* ../../docs_src/request_files/tutorial001_an_py39.py hl[3] *} ## Definir Parรขmetros `File` Crie parรขmetros de arquivo da mesma forma que vocรช faria para `Body` ou `Form`: {* ../../docs_src/request_files/tutorial001_an_py39.py hl[9] *} /// info | Informaรงรฃo `File` รฉ uma classe que herda diretamente de `Form`.
Registered: Sun Sep 07 07:19:17 UTC 2025 - Last Modified: Sat Nov 09 16:39:20 UTC 2024 - 7.8K bytes - Viewed (0) -
docs/es/docs/tutorial/static-files.md
Sebastiรกn Ramรญrez <******@****.***> 1735583217 +0000
Registered: Sun Sep 07 07:19:17 UTC 2025 - Last Modified: Mon Dec 30 18:26:57 UTC 2024 - 1.8K bytes - Viewed (0) -
docs/uk/docs/tutorial/static-files.md
Valentyn <******@****.***> 1738966673 +0200
Registered: Sun Sep 07 07:19:17 UTC 2025 - Last Modified: Fri Feb 07 22:17:53 UTC 2025 - 2.6K bytes - Viewed (0)