Re: issues with file upload

2012-08-21 Thread 软刀
finished sorry, I clone the new source( for review) but use an old source on python environment 在 2012年8月21日星期二UTC+8下午6时36分46秒,软刀写道: > > > I now work with mongoengine, mongoForm > and set this in setting.py > DEFAULT_FILE_STORAGE = 'mongoengine.django.storage.GridFSStorage' > > I need to uploa

issues with file upload

2012-08-21 Thread 软刀
I now work with mongoengine, mongoForm and set this in setting.py DEFAULT_FILE_STORAGE = 'mongoengine.django.storage.GridFSStorage' I need to upload a picture, and I wrote a form like this: from django.forms import ImageField from mongoforms import MongoForm from documents