Remove the mention of Flask-Uploads in uploading docs

This commit is contained in:
Grey Li 2021-08-13 19:11:30 +08:00 committed by David Lord
parent ae5ad9e1ae
commit 84aa8706c0
No known key found for this signature in database
GPG key ID: 7A1C87E3F5BC42A8

View file

@ -175,9 +175,8 @@ are JavaScript libraries like jQuery_ that have form plugins to ease the
construction of progress bar. construction of progress bar.
Because the common pattern for file uploads exists almost unchanged in all Because the common pattern for file uploads exists almost unchanged in all
applications dealing with uploads, there is also a Flask extension called applications dealing with uploads, there are also some Flask extensions that
`Flask-Uploads`_ that implements a full fledged upload mechanism that implement a full fledged upload mechanism that allows controlling which
allows controlling which file extensions are allowed to be uploaded. file extensions are allowed to be uploaded.
.. _jQuery: https://jquery.com/ .. _jQuery: https://jquery.com/
.. _Flask-Uploads: https://flask-uploads.readthedocs.io/en/latest/