From: eLink Discussion: Development Discussion [mailto:development@elinkkc.opentext.com] Sent: vrijdag 31 december 2004 19:49To: eLink RecipientSubject: Hi, Hi, Posted by dnalls (Nalls, Donna) on 12/31/2004 01:43 PM In reply to: Uploading a file to LL server using an http request Posted by ap_stavzeti (Zeti, Stavroula) on 12/30/2004 07:12 AM Hi,I have never been 100% sure how the doc transfer from the client to the LL server happens, but I think when an http request is made and there is an input form field with type= file, then the document is passed to the webserver, which stores the document in the server's temp directory and passes the info off to the livelink cgi - which then pulls from the server into LL. I think that's how it works, but i'm sure Hans will correct me if i'm wrong! ;o)Regardless, if you have files on the LL server, then you can certainly upload them into livelink using a web page to invoke a request handler to initiate the request - you would just omit the input type=file and have some other indicator where the files are stored.If you don't need any manual data entry regarding where the documents are to be stored in LL, then you could write a change agent and schedule it to run periodically to poll the directories on your LL server that contain the files to be uploaded. This would eliminate the need for the manual interface.Either way, it is a very do-able customization with LL SDK!Best,DonnaWisteria IT, LLCOScript is OK!!!! ;o)
From: eLink Discussion: Development Discussion [mailto:development@elinkkc.opentext.com] Sent: woensdag 5 januari 2005 7:24To: eLink RecipientSubject: But the problem is, Can I upload from client to server using an http request? But the problem is, Can I upload from client to server using an http request? Posted by ap_stavzeti (Zeti, Stavroula) on 01/05/2005 01:21 AM In reply to: Hi, Posted by dnalls (Nalls, Donna) on 12/31/2004 01:43 PM Thanks, but this is not exactly my problem.I want to have a program running on the client, which will somehow upload a file to the LL server without using LAPI, as I wan't to be using port 80 obly.What doyou think about this?Ys