in reply to Re^2: Xing wild domains
in thread Xing wild domains

So you want your users to call a CGI script on the development server to upload. And you want that script to generate pages and install them on the production server. The images get uploaded to MySQL on the development server and then get migrated to a MySQL database on the production server as well?

You could just use FTP to move the pages and DBI on the development server to move the images from one DB to the other. That keep everything on the development server. Or (as friedo said), use WWW::Mechanize on the development server to drive a CGI script on the production server to drive the upload.

-xdg

Code written by xdg and posted on PerlMonks is public domain. It is provided as is with no warranties, express or implied, of any kind. Posted code may not have been tested. Use of posted code is at your own risk.