Hi Ken, Bugzilla is built on top of MySQL. In fact, there's an explicit attachments table that you should be able to write to fairly easily.
But, poking around in Revzilla, it seems that you're interacting with the HTML pages. Wouldn't it theoretically be a lot faster and more efficient to talk directly with the back-end using Rev's SQL commands? Just wondering... The MySQL database schema for Bugzilla is described at: http://www.bugzilla.org/docs/tip/html/dbdoc.html - Bill Ken Ray wrote: > RevZilla executes everything using URLs as if it was the browser itself. > The > only thing I can't seem to be able to replicate is doing file attachments > to > bugs (which is currently done on the web via the FileUpload form object). > Does anyone know how I might be able to do this from Rev? _______________________________________________ use-revolution mailing list [email protected] Please visit this url to subscribe, unsubscribe and manage your subscription preferences: http://lists.runrev.com/mailman/listinfo/use-revolution
