File tree 1 file changed +0
-8
lines changed
examples/official-site/sqlpage/migrations
1 file changed +0
-8
lines changed Original file line number Diff line number Diff line change @@ -418,14 +418,6 @@ But note that SQLPage cookies already have the `SameSite=strict` attribute by de
418
418
419
419
You can use the `file` type to allow the user to upload a file.
420
420
421
- > NOTE: It is recommended to use ``multipart/form-data`` to encode the from
422
- data for file uploads. This is because the default encoding
423
- (``application/x-www-form-urlencoded``) applied to arbitrary binary can be up
424
- to 3 times the size of the file.
425
- For now, ``formenctype="multipart/form-data"`` is automatically applied to the
426
- default validate button - but this may change in the future.
427
-
428
-
429
421
The file will be uploaded to the server, and you will be able to access it using the
430
422
[`sqlpage.uploaded_file_path`](functions.sql?function=uploaded_file_path#function) function.
431
423
You can’t perform that action at this time.
0 commit comments