Revisions : blueimp/jQuery-File-Upload - GitHub
jQuery-File-Upload - Multiple File Upload widget with Drag&Drop support for jQuery
Les articles publiés sur le site
-
url.String() already escapes path components, prevent double escaping.
30 novembre 2011, par Sebastian Tschanm gae-go/app/main.go url.String() already escapes path components, prevent double escaping. Ignore errors when deleting files from the blobstore. -
Process the request body as a stream.
25 novembre 2011, par Sebastian Tschanm gae-go/app/main.go Process the request body as a stream. -
Use data URIs and memcache to serve thumbnail images.
24 novembre 2011, par Sebastian Tschanm gae-go/app/main.go Use data URIs and memcache to serve thumbnail images. -
Added Google Go backend.
23 novembre 2011, par Sebastian Tschan+ gae-go/app.yaml + gae-go/app/main.go + gae-go/resize/resize.go + gae-go/static/favicon.ico + gae-go/static/postmessage.html + gae-go/static/robots.txt + gae-python/app.yaml m gae-python/main.py + gae-python/static/favicon.ico + gae-python/static/postmessage.html + gae-python/static/robots.txt (...) -
Use POST instead of GET to translate requests with param _method="DELETE" to the delete method.
21 novembre 2011, par Sebastian Tschanm gae/main.py m jquery.xdr-transport.js m php/index.php Use POST instead of GET to translate requests with param _method="DELETE" to the delete method. Add the missing "PUT" support to the XDomainRequest plugin.