Page 1 of 1

How to Embed Wing FTP File Requests in Forms

Posted: Tue Dec 18, 2018 4:24 pm
by jhoag
Is there a way to embed FTP File Request links in forms so that when the user selects an option on a form, the page that they see next is actually the same thing that you see if you click a link in an email to a Wing FTP file request?

When I try to use just a standard <embed> tag it seems as if the server refuses the link. Thanks for any guidance!

Re: How to Embed Wing FTP File Requests in Forms

Posted: Thu Dec 20, 2018 12:16 am
by FTP
You had better use a normal HTTP link to the WingFTP file request page, because we do not support iframe or embed tag for the file request page.

Re: How to Embed Wing FTP File Requests in Forms

Posted: Thu Dec 20, 2018 6:16 pm
by jhoag
That makes sense from a security standpoint, however when I use the "open in a new page" option when creating a HTTP link, when the user clicks it...a blank page is produced.

Is that supposed to happen?

Re: How to Embed Wing FTP File Requests in Forms

Posted: Fri Dec 21, 2018 12:23 am
by FTP
Sorry, the file request link is just an URL like "http://ServerIP/uploadlink.html?linkid=xxx", so my suggestion is using hyperlink tag to open that URL.