• If you are still using CentOS 7.9, it's time to convert to Alma 8 with the free centos2alma tool by Plesk or Plesk Migrator. Please let us know your experiences or concerns in this thread:
    CentOS2Alma discussion
  • Please beaware of a breaking change in the REST API on the next Plesk release (18.0.62).
    Starting from Plesk Obsidian 18.0.62, requests to REST API containing the Content-Type header with a media-type directive other than “application/json” will result in the HTTP “415 Unsupported Media Type” client error response code. Read more here

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