• Dear Pleskians! The Plesk Forum will be undergoing scheduled maintenance on Monday, 7th of July, at 9:00 AM UTC. The expected maintenance window is 2 hours.
    Thank you in advance for your patience and understanding on the matter.

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