revlet works locally - fails on server

2009-11-22 Thread Roger . E . Eller
This works with the app saved for web in Revolution 4.0: file:///C:/Documents%20and%20Settings/username/Desktop/MyAppFolder/Web/MyApp.html I upload the 2 files (MyApp.revlet and MyApp.html) to web server, and they fail in ie and firefox: http://myserver.com/somewhere_on_server/RevApps/MyApp.html

Re: revlet works locally - fails on server

2009-11-22 Thread Sarah Reichelt
On Mon, Nov 23, 2009 at 8:21 AM, wrote: > This works with the app saved for web in Revolution 4.0: > file:///C:/Documents%20and%20Settings/username/Desktop/MyAppFolder/Web/MyApp.html > > I upload the 2 files (MyApp.revlet and MyApp.html) to web server, and they > fail in ie and firefox: > http://

Re: revlet works locally - fails on server

2009-11-23 Thread Roger . E . Eller
Hi Sarah, >> Error displayed in browser: >> runrev (logo) >> "Powered by runrev.com" >> "There was an error loading the revlet - could not open input file" > Sarah Reichelt wrote: > I assume that the revlet & the html file are still in the same folder > on the server? > Did you upload the files as

Re: revlet works locally - fails on server

2009-11-23 Thread Jim Lambert
> I upload the 2 files (MyApp.revlet and MyApp.html) to web server, and they > fail in ie and firefox: > http://myserver.com/somewhere_on_server/RevApps/MyApp.html > > Error displayed in browser: > runrev (logo) > "Powered by runrev.com" > "There was an error loading the revlet - could not open in

Re: revlet works locally - fails on server

2009-11-23 Thread Robert Brenstein
On 23.11.09 at 09:38 -0500 roger.e.el...@sealedair.com apparently wrote: The files are in the same folder on the server. They were uploaded as binary. There is no 'file' access in the stack script, but I do check for and create a folder locally. Could that be the problem? on openStack if there

Re: revlet works locally - fails on server

2009-11-23 Thread Roger . E . Eller
>On 23.11.09 at 09:38 -0500 roger.e.el...@sealedair.com apparently wrote: >>The files are in the same folder on the server. They were uploaded as >>binary. There is no 'file' access in the stack script, but I do check for >>and create a folder locally. Could that be the problem? >> >>on openStack >

Re: revlet works locally - fails on server

2009-11-24 Thread Robert Brenstein
On 23.11.09 at 23:20 -0500 roger.e.el...@sealedair.com apparently wrote: Robert Brenstein apparently replied: Such a code will work only if your server runs windows and your revlet has write access at the root level. It might be better to use one of the "magic" folders for a given OS. Robe