Re: On-Rev File Browser Upload Dialog

2010-10-21 Thread Jim Ault
On Oct 20, 2010, at 9:51 PM, Rick Harrison wrote: Andre, I'm just a little surprised that with as powerful as Rev is, we are still forced to use the older solutions. Thanks for the clarification anyway. Rick I am not sure what you mean by 'older solutions'. RevServer is bound by the

Re: On-Rev File Browser Upload Dialog

2010-10-21 Thread Rick Harrison
Hi Jim, All I meant was that RevServer is the relatively new kid on the block, and I had hoped that it had the capability within it without relying on externals code such as java-script to get the job done in an easier way. I understand that it is bound by browser protocols, and that it needs

Re: On-Rev File Browser Upload Dialog

2010-10-21 Thread Richard Gaskin
Rick Harrison wrote: All I meant was that RevServer is the relatively new kid on the block, and I had hoped that it had the capability within it without relying on externals code such as java-script to get the job done in an easier way. But in this case you're looking for oranges in an apple

Re: On-Rev File Browser Upload Dialog

2010-10-21 Thread Matthias Rebbe
Richard, i see in your example that you are submitting the form to mydropbox.cgi. Is this cgi made in rev? and if so, would you share it? Regards, Matthias Am 21.10.2010 um 18:07 schrieb Richard Gaskin: form enctype=multipart/form-data action=/cgi-t/mydropbox.cgi method=post Send this

Re: On-Rev File Browser Upload Dialog

2010-10-21 Thread Richard Gaskin
Matthias Rebbe wrote: i see in your example that you are submitting the form to mydropbox.cgi. Is this cgi made in rev? and if so, would you share it? That particular CGI is written in Perl, but copied below is an early draft of one I've been working on for RevCloud. Note that it's very

On-Rev File Browser Upload Dialog

2010-10-20 Thread Rick Harrison
I really don't want to re-invent the wheel today. How can I get a simple file browser upload dialog to upload a file using an irev script located at On-Rev. I understand that I'll probably be using libURLftpUploadFile for this. If this were just a stack I'd be using: answer file Please choose

Re: On-Rev File Browser Upload Dialog

2010-10-20 Thread Matthias Rebbe
Hi Rick, there was something similiar by Magix. Please find the example at the following url. http://matthiasrebbe.eu/on-rev/upld-1.0.zip hth, Matthias Am 20.10.2010 um 17:08 schrieb Rick Harrison: I really don't want to re-invent the wheel today. How can I get a simple file browser

Re: On-Rev File Browser Upload Dialog

2010-10-20 Thread Rick Harrison
Hi Matthias, This is an interesting solution. It uses a combination of javascript, irev, etc.. I installed the code, and it doesn't want to work just yet. It's telling me that the form isn't supported. Looks like it will only work with a multi-part form? I'll make one and try it again.

Re: On-Rev File Browser Upload Dialog

2010-10-20 Thread Andre Garzia
Rick, There is no way around this. RevServer is not like the desktop engine, there is no GUI. Actually the whole web is like this, you communicate using stateless transactions exchanging what is basically text. What you do is send a form to the browser with the correct encoding and inputs and

Re: On-Rev File Browser Upload Dialog

2010-10-20 Thread Bob Sneidar
HELP Mr. Wizard HELP!!! I don't wanna be a web developer anymore!!! Bob On Oct 20, 2010, at 12:45 PM, Andre Garzia wrote: Rick, There is no way around this. RevServer is not like the desktop engine, there is no GUI. Actually the whole web is like this, you communicate using stateless

Re: On-Rev File Browser Upload Dialog

2010-10-20 Thread Rick Harrison
Andre, I'm just a little surprised that with as powerful as Rev is, we are still forced to use the older solutions. Thanks for the clarification anyway. Rick On Oct 20, 2010, at 3:45 PM, Andre Garzia wrote: Rick, There is no way around this. RevServer is not like the desktop engine,