Merge pull request #4234 from greyli/upload-docs
Remove the mention of Flask-Uploads in the uploading docs
This commit is contained in:
commit
3261a9451a
1 changed files with 3 additions and 4 deletions
|
|
@ -175,9 +175,8 @@ are JavaScript libraries like jQuery_ that have form plugins to ease the
|
|||
construction of progress bar.
|
||||
|
||||
Because the common pattern for file uploads exists almost unchanged in all
|
||||
applications dealing with uploads, there is also a Flask extension called
|
||||
`Flask-Uploads`_ that implements a full fledged upload mechanism that
|
||||
allows controlling which file extensions are allowed to be uploaded.
|
||||
applications dealing with uploads, there are also some Flask extensions that
|
||||
implement a full fledged upload mechanism that allows controlling which
|
||||
file extensions are allowed to be uploaded.
|
||||
|
||||
.. _jQuery: https://jquery.com/
|
||||
.. _Flask-Uploads: https://flask-uploads.readthedocs.io/en/latest/
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue