You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to TurboGears
hi everybody i just started using turbogears 1.0.8 i have some problemes in uploading file using flex front end i didn't find a way to make turbogears work with objectfilereference ( the type returned by flex when using upload methode. can anybody help me to find a documentation about this
hosonno
unread,
Dec 22, 2009, 10:30:49 AM12/22/09
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to TurboGears
problem solved i find that flex send the file in a dict
fileref.upload(request,"file",false) to find it in turbogears you have just to put