• Plesk Uservoice will be deprecated by October. Moving forward, all product feature requests and improvement suggestions will be managed through our new platform Plesk Productboard.
    To continue sharing your ideas and feedback, please visit features.plesk.com

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