How to Embed Wing FTP File Requests in Forms

Please post here if you have problems in using Wing FTP Server.
Post Reply
jhoag
Posts: 15
Joined: Tue Dec 18, 2018 4:21 pm
Location: Newark, NY
Contact:

How to Embed Wing FTP File Requests in Forms

Post 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!
FTP
Site Admin
Posts: 2072
Joined: Tue Sep 29, 2009 6:09 am

Re: How to Embed Wing FTP File Requests in Forms

Post 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.
jhoag
Posts: 15
Joined: Tue Dec 18, 2018 4:21 pm
Location: Newark, NY
Contact:

Re: How to Embed Wing FTP File Requests in Forms

Post 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?
FTP
Site Admin
Posts: 2072
Joined: Tue Sep 29, 2009 6:09 am

Re: How to Embed Wing FTP File Requests in Forms

Post 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.
Post Reply