Commit Graph

23 Commits

Author SHA1 Message Date
Shakib Hossain fe53da45c5 Update allowed_file function in fileuploads.rst
Update allowed_file function to accept lowercase and uppercase file extensions
2016-07-16 21:59:44 +06:00
David Lord cd1a9b7d54 remove unnecessary form action attributes 2016-06-22 15:01:41 -07:00
Eric Dill 52daeffdc9 DOC: Remove gendered language 2016-02-09 14:24:09 -05:00
Markus Unterwaditzer 0a492a09a8 Restructure Upload Progress Bars
- Removed dropzone.js, it hasn't been around long enough, maybe we need
  to update this in two years again.
- jQuery should be a proper rst link.
2015-03-04 18:43:59 +01:00
Sourya Vatsyayan a6ea6335a5 Updated file uploads progress bar section 2015-01-04 13:00:51 +05:30
Sourya Vatsyayan d2a380451b URL generation rule explained 2015-01-03 20:30:30 +05:30
defuz 5562acfdfc docs: fix warnings 2014-11-05 08:04:06 +03:00
defuz d338dc8a13 docs: ``.html``, ``.py`` 2014-11-05 07:52:04 +03:00
defuz 17eee81da0 docs: ``Flask-Uploads``, ``X-Forwarded-Host`` 2014-11-05 07:23:47 +03:00
defuz ad011bc32d docs: ``DEBUG``, ``SERVER_NAME``, ``PATH_INFO`` 2014-11-05 07:10:49 +03:00
Wing 02b02543b3 Doc for add check upload file 2014-05-17 14:44:34 +08:00
Daniel Neuhäuser e89c867d62 Switch packages.python.org to pythonhosted.org 2014-04-26 01:35:37 +02:00
Spittie de3dbd3125 Update fileuploads.rst
secure_filename is under werkzeug.utils (http://werkzeug.pocoo.org/docs/utils/)
2014-01-12 02:54:08 +01:00
Felix Hummel 8d2daea327 be consistent with app.config['UPLOAD_FOLDER']
Signed-off-by: Armin Ronacher <armin.ronacher@active-4.com>
2011-07-15 19:02:19 +02:00
Jeffrey Finkelstein 12761bd02c fixed pronoun gender in documentation 2011-06-26 21:43:48 -04:00
matt swanson 4046d3bd30 fixing cross-referenced links on fileupload patterns page 2011-03-13 15:47:40 -09:00
Ron DuPlain 6875a057ec Fixed small typos in docs. Added a cross-ref. 2010-10-07 19:32:07 +08:00
Armin Ronacher dbb3620792 Fixed an rst error 2010-07-15 21:22:11 +02:00
Armin Ronacher 54ebd88f45 Documented MAX_CONTENT_LENGTH in the file upload docs and linked to Flask-Uploads 2010-07-15 14:39:49 +02:00
Armin Ronacher f1a6fbe250 send_from_directory > SharedDataMiddleware 2010-07-06 20:28:48 +02:00
Armin Ronacher 854e0e26d1 Fixed some documentation issues. This fixes #41. 2010-05-18 18:05:05 +02:00
Armin Ronacher ea5e654e9e Added a documentation chapter about logging 2010-05-17 22:46:35 +02:00
Armin Ronacher 85d43079d1 Added missing file (fileupload docs) 2010-04-25 03:46:42 +02:00