With the file a.irev on the server we can make a file appear by typing http://taishan.on-rev.com/a.irev in your browser. ----------------------- -- a.irev on server ----------------------- <html> <?rev put "duke holds on" into url "file:a.txt" put "job finished" ?> </html> ------------------------ -- address in browser http://taishan.on-rev.com/a.irev ------------------------ Might that be what you are interested in doing?
BTW, where are those how-to's by Kevin? Mike --- On Tue, 4/6/10, Kevin Stallibrass <[email protected]> wrote: > From: Kevin Stallibrass <[email protected]> > Subject: Creating files on on-rev > To: [email protected] > Date: Tuesday, April 6, 2010, 8:18 AM > On Kevin's on-rev how to videos, he > uses > > > > put something after URL "file:log.txt" > > > > which is apparently meant to create a text file on the > server. I've tried it > but no such file appears anywhere. > > He goes on to use this when sending mail (which is what I'm > attempting to > do) but I'm unable to test the mail as the original file is > not created. I'm > aware of issues others have had sending mail > > I don't understand the syntax for this URL - is it right? > Or perhaps my > configuration (Freyr) is wrong? > > > > regards > > > > Kevin Stallibrass > > > > > > _______________________________________________ > 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 > _______________________________________________ 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
