-
Нашёл вот что: https://github.com/GoodCloud/django-ajax-uploader
Последнее обновление - полгода назад.
-
## jQuery
http://stackoverflow.com/questions/166221/how-can-i-upload-files-asynchronously?rq=1#
``` html
```
``` js
jQuery('document').ready(function(){
var input = document.getEleme…
-
It would be good to make image upload an AJAX action.
I found the following resources about this:
https://abandon.ie/notebook/simple-file-uploads-using-jquery-ajax
http://blog.teamtreehouse.com/…
-
Add Ajax file upload capabilities to SHtml, preferably using http://valums.com/ajax-upload/ as a front-end "working use case".
SHtml calling interface could be:
def ajaxFileUpload(func: (FileParamHo…
-
Hi,
When uploading an attachment, one need to hit the submit button for the attachment to be uploaded and hence to have an url. The user cant use an attachment in his post directly.
Let say a us…
climu updated
3 years ago
-
I feel a bit like a party pooper with this, but I'm looking to create a form with a custom template that includes a simple file input. I don't really want to upload the file with AJAX, or use the cust…
-
http://stackoverflow.com/questions/2320069/jquery-ajax-file-upload
-
```
I'm trying to upload a file via ajax, but it doesn't work. It works ok via a
normal form submit. Maybe is a server issue, as I'm running nginx? This is the
error message I get from php:
"Notice:…
-
```
I'm trying to upload a file via ajax, but it doesn't work. It works ok via a
normal form submit. Maybe is a server issue, as I'm running nginx? This is the
error message I get from php:
"Notice:…
-
```
I'm trying to upload a file via ajax, but it doesn't work. It works ok via a
normal form submit. Maybe is a server issue, as I'm running nginx? This is the
error message I get from php:
"Notice:…