検索

phrase: max: clip:
target: order:
Results of 11 - 20 of about 34 for uploaded (0.036 sec.)
ファイルのアップロード — Django 4.0.6 ドキュメント 8084
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... from request into the form as described in Binding uploaded files to a form . This would look something like: ... t UploadFileForm # Imaginary function to handle an uploaded file. from somewhere import handle_uploaded_file d ... , request . FILES ) if form . is_valid (): handle_uploaded_file ( request . FILES [ 'file' ]) return HttpResp ... する一般的な方法は、次のようになります。 def handle_uploaded_file ( f ): with open ( 'some/file/name.txt' , 'wb ...
https://man.plustar.jp/django/topics/http/file-uploads.html - [similar]
Django 1.4.14 release notes — Django 4.0.6 ドキュメント 7813
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... s.stat() system calls when a duplicate filename is uploaded. Since stat() may invoke IO, this may produce a hu ... rithm for generating file names if a file with the uploaded name already exists. Storage.get_available_name() ...
https://man.plustar.jp/django/releases/1.4.14.html - [similar]
Django 1.5.9 release notes — Django 4.0.6 ドキュメント 7813
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... s.stat() system calls when a duplicate filename is uploaded. Since stat() may invoke IO, this may produce a hu ... rithm for generating file names if a file with the uploaded name already exists. Storage.get_available_name() ...
https://man.plustar.jp/django/releases/1.5.9.html - [similar]
ファイルの管理 — Django 4.0.6 ドキュメント 7813
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... Django's file access APIs for files such as those uploaded by a user. The lower level APIs are general enough ... a file attached to a model as above, or perhaps an uploaded file). If you need to construct a File yourself, t ... torage. For example, the following code will store uploaded files under /media/photos regardless of what your ...
https://man.plustar.jp/django/topics/files.html - [similar]
Django 1.6.6 release notes — Django 4.0.6 ドキュメント 7733
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... s.stat() system calls when a duplicate filename is uploaded. Since stat() may invoke IO, this may produce a hu ... rithm for generating file names if a file with the uploaded name already exists. Storage.get_available_name() ...
https://man.plustar.jp/django/releases/1.6.6.html - [similar]
Built-in Views — Django 4.0.6 ドキュメント 7461
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... t-end web server). The most likely example is user-uploaded content in MEDIA_ROOT . django.contrib.staticfiles ... tatic assets and has no built-in handling for user-uploaded files, but you can have Django serve your MEDIA_RO ...
https://man.plustar.jp/django/ref/views.html - [similar]
Django 1.1 リリースノート — Django 4.0.6 ドキュメント 7461
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... piece of middleware in your own project. Names of uploaded files are available later ¶ In Django 1.0, files u ... SetRemoteAddrFromForwardedFor middleware Names of uploaded files are available later Changes to how model for ...
https://man.plustar.jp/django/releases/1.1.html - [similar]
ミドルウェア — Django 4.0.6 ドキュメント 7285
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... n't served by Django (such as static media or user-uploaded files), they will have the same protections as req ... lso pose a security risk. If your site serves user-uploaded files, a malicious user could upload a specially-c ... ations where Django isn't involved in serving user-uploaded files, this setting won't help you. For example, i ...
https://man.plustar.jp/django/ref/middleware.html - [similar]
Porting your apps from Django 0.96 to 1.0 — Django 4.0.6 ドキュメント 7285
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... d place to start is the forms documentation Handle uploaded files using the new API ¶ Replace use of uploaded ... quest.FILES -- as simple dictionaries with the new UploadedFile . The old dictionary syntax no longer works. T ... ビュー Use django.forms instead of newforms Handle uploaded files using the new API Work with file fields usin ...
https://man.plustar.jp/django/releases/1.0-porting-guide.html - [similar]
フォーム — Django 4.0.6 ドキュメント 7205
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... に詳細なアウトプット Customizing BoundField Binding uploaded files to a form Subclassing forms Prefixes for for ...
https://man.plustar.jp/django/ref/forms/index.html - [similar]
PREV 1 2 3 4 NEXT