• Introducing WebPros Cloud - a fully managed infrastructure platform purpose-built to simplify the deployment of WebPros products !  WebPros Cloud enables you to easily deliver WebPros solutions — without the complexity of managing the infrastructure.
    Join the pilot program today!
  • Support for BIND DNS has been removed from Plesk for Windows due to security and maintenance risks.
    If a Plesk for Windows server is still using BIND, the upgrade to Plesk Obsidian 18.0.70 will be unavailable until the administrator switches the DNS server to Microsoft DNS.

File download location

S

snyhof

Guest
When I upload a file with the file download page, where is it located? I do not see it anywhere in my site files.
 
Alternitive

What I did to make this work...

Add a folder to your site called MyFiles (If the file download page can upload a file to a specific location, then use that folder name.)

Upload (FTP) your file.

Drag a script module into your page.

Add code...
<p><embed src="MyFiles/TCVCB_SD.swf" width="584" height="396" scale="showall" play="true" loop="false" menu="true" wmode="Window" quality="1" type="application/x-shockwave-flash"></embed></p>

That will do it.
 
Actually file gets stored in App_Data/Blobs/[etc...]. However it doesn't matter - for <object> tag you could use link to Donwloadable content from site menu.
 
Back
Top