Andre-

Wednesday, October 18, 2006, 8:04:03 PM, you wrote:

> I am generating some images on runtime for a CGI, I'd like to use
> export ... as JPEG command to save my image data to a variable that I
> could output to the browser. This is specially useful for example for

I would almost guarantee that you won't have write access to your cgi
directory from a cgi app, for obvious security reasons. It's possible
to write to other directories, but you'll probably have to specify
permissions *very* exactly, i.e., the cgi process itself will have to
have write permission to the directory you're writing to.

-- 
-Mark Wieder
 [EMAIL PROTECTED]

_______________________________________________
use-revolution mailing list
use-revolution@lists.runrev.com
Please visit this url to subscribe, unsubscribe and manage your subscription 
preferences:
http://lists.runrev.com/mailman/listinfo/use-revolution

Reply via email to