Digital Workshop

Welcome to the Digital Workshop Message Boards
It is currently September 28th, 2024, 11:25 pm

All times are UTC [ DST ]




Post new topic Reply to topic  [ 3 posts ] 
Author Message
 Post subject: file upload and databases
PostPosted: July 21st, 2005, 9:59 am 
Offline

Joined: December 22nd, 2004, 10:00 am
Posts: 28
Opus: Opus Pro 7.5
OS: Windows 7 32 bit on BootCamp
System: MacBook Pro, 3 GBytes RAM, Core2Duo T8300@2.4 GHz,
Dear opus developers,

I am using Opus Pro 04 and I would like to know the following things:

Would it be possible to create a simple file upload application for a web site?

If NOT, what if I upgrade to OPUS XE 05?
Also, in Opus 05, does the Databases support have any improvements? Any possibility to create web-enabled database applications ?

Thanks

Dennis Zervas


Top
 Profile Visit website  
 
 Post subject:
PostPosted: July 21st, 2005, 5:36 pm 
Offline

Joined: November 28th, 2004, 6:05 am
Posts: 141
Location: USA
Hi Dennis

Would it be possible to create a simple file upload application for a web site?

I'm afraid this is not possible in Opus alone

This can be done with the help of DOS ftp, or an add-on util
(Member jocy has an excellent one), or with a perl/php script and
a browser object.

Using the third method and a little CSS, you can make it appear
as if it's done in Opus alone, but until Opus grows an FTP Object
your stuck with workarounds.

Any possibility to create web-enabled database applications ?

This has always been possible with the help of perl/php and
Get/PostWebData. I believe a few database commands were added
in 05 but it really hasn't changed the web interaction.

HTH
Chris

_________________
Opus Resources and Services


Top
 Profile Visit website  
 
 Post subject: Update file transfer
PostPosted: July 22nd, 2005, 5:35 am 
Offline

Joined: December 14th, 2004, 5:08 pm
Posts: 55
Location: Holland
Opus: version 8.0
OS: XP, Vista, Windows7, Windows8
System: Intel Corei7-2600 CPU 3.400GHz
In the mean time I did some modifications, (thought nobody would use it...)
here is a update of the file transfer application.

It will send a text file when Upload or Download is done, this is handy when you have some actions afterwards in your publication

You can use Opus script to adjust the settings in the ini file...

Cheers

example ini file

Write ini file:
[action]
language_file=english.lng // you can modify in your own language see .ing file
LoadMode=1 // 0 is upload 1 is download
Host=yourcompany.nl //set address
Port=21 // default
Username=jocy
Password=bdanmf123
Passive=1 // default
ServerDirectoryToWorkIn=/public_ftp_file/download_file/ ////files to download from server in a certain folder
LocalDirectoryToWorkIn=c:\temp\downloads\ // set SYSTEM_PUBLICATION_DIR if you want to download the files in the root folder
DeleteActionFileWhenComplete=0 //this will delete the ini file
files_to_upload=2 // if load_mode is 0 this action is starting
upload_file1=c:\temp\wall.jpg
upload_file2=c:\temp\order display.bmp
ontop=1 // set the dialog on top
dialogs=1 //1 is show dialog 0 is no dialog shown
execute_when_done_action=1 // 1 write a text file
when_done_send_txt_file=c:\temp.txt
when_done_send_write_line=ok


You do not have the required permissions to view the files attached to this post.


Top
 Profile  
 
Display posts from previous:  Sort by  
Post new topic Reply to topic  [ 3 posts ] 

All times are UTC [ DST ]


Who is online

Users browsing this forum: Google [Bot] and 5 guests


You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot post attachments in this forum

Search for:
Jump to:  
Powered by phpBB © 2000, 2002, 2005, 2007 phpBB Group