> OK - this URL is produced by database administration interface > > http://localhost:8000/periodicke_cinnosti/appadmin/download/db/item.file.8f5a1d4f8f222113.6e61747572616c6c5f30332e706e67.png >
appadmin adds the "db" arg to the URL so it knows which DAL connection to use -- this is not necessary with the grid, so that arg is not needed in grid URLs. > BAD - this URL is produced by SQLFORM.grid > > http://localhost:8000/periodicke_cinnosti/default/form/download/item.file.8f5a1d4f8f222113.6e61747572616c6c5f30332e706e67.png > That looks like a properly constructed download URL. Did you pass an explicit "upload" argument to the grid? Did you happen to change uploadseparate to True for this field sometime after you uploaded some of the files (in which case, it won't know how to retrieve those files)? Anthony -- --- You received this message because you are subscribed to the Google Groups "web2py-users" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/groups/opt_out.

