django+ajaxfileupload文件上传demo

时间:2018-10-30 04:15:15
【文件属性】:
文件名称:django+ajaxfileupload文件上传demo
文件大小:85KB
文件格式:RAR
更新时间:2018-10-30 04:15:15
django 文件上传 django+ajaxfileupload文件上传demo
【文件预览】:
component
----.project(437B)
----manage.py(252B)
----component()
--------settings.py(3KB)
--------urls.py(813B)
--------__init__.pyc(139B)
--------urls.pyc(1KB)
--------__init__.py(0B)
--------media()
--------wsgi.py(395B)
--------wsgi.pyc(600B)
--------settings.pyc(3KB)
----.settings()
--------org.eclipse.core.resources.prefs(104B)
----.pydevproject(603B)
----fileupload()
--------models.pyc(729B)
--------urls.py(198B)
--------__init__.pyc(140B)
--------tests.py(60B)
--------migrations()
--------urls.pyc(397B)
--------admin.py(63B)
--------__init__.py(0B)
--------models.py(223B)
--------views.py(454B)
--------admin.pyc(197B)
--------views.pyc(889B)
--------templates()
--------static()

网友评论

  • 没什么有价值的东西
  • 可以用嗷嗷
  • 感谢分享!!!!
  • 可以用,不错
  • 借鉴了一下,有用!
  • 异步还没返回值!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! def subFile(request): c = CReportFile() file = request.FILES['f_file'] print file c.file = file c.save() return render_to_response('index.html')