Hi,
Uploading files into my table on GAE, when I hit submit I'm presented with
a "404 NOT FOUND" error message.
Works fine using Rocket, but not in GAE SDK or when uploaded to GAE.
_tables.py - in models
db.define_table('file',
Field('name', unique=True, compute=lambda r: db.file.file.retri
I am now experimenting with uploading files to the database but have
not been successful and have some questions:
1) Field('file','upload', uploadfield='fileblob'),
I understand this is supposed to create the fileblob field
automatically. However it does not seem to do this for me. Does it not
wo
Hello,
in my application there is a need for users to add there own pages and
an a page you should be able to upload files (Word, Excel), multiple
files.
So instead of defining "Field('picture','upload',default=''))" in my
page table I made a own table just for the files.
First I didnĀ“t have the
3 matches
Mail list logo