close ad
 
Important WebAssist Announcement
open ad
View Menu

Technical Support Forums

Free, outstanding support from WebAssist and your colleagues

Download file setup

Thread began 5/23/2014 5:22 am by s.joiner74419001 | Last modified 4/28/2015 11:53 am by s.joiner74419001 | 3648 views | 19 replies

s.joiner74419001

I'm totally confused now. I tried what you suggested but still know success. I think we need to go back to basics.

Files are uploaded by our members to a folder on our server where the membership number is passed to the file name. So for example Jo Bloggs with a memb' number 100001 uploads a file. This file is then named 100001.pdf. The folder it is placed in is admin/file-uploads/.

So I want to be able to download this file.

my download server behaviour is set to:

<?php
WA_DFP_SetupDownloadStatusStruct("WA_DownloadResult1");
if(isset($_POST["download"]) || isset($_POST["download_x"])){
WA_DFP_DownloadFile("WA_DownloadResult1", "../admin/file-uploads/", "100001_1.pdf", "[FileName]", false, false, false, "", "", "", "");
}
?>

My form is here:

<form method="post" enctype="multipart/form-data" name="download-file" id="download-file" action="" >

<input type="hidden" name="downloadFile" value="">
<button type="submit" id="download" name="download" class="btn btn-default btn-xs">Download</button>
</form>

I expect the hidden field needs a value but I am not sure what.

Attached is a screen shot of what I get when I click the button.

Where am I going wrong?

Build websites with a little help from your friends

Your friends over here at WebAssist! These Dreamweaver extensions will assist you in building unlimited, custom websites.

Build websites from already-built web applications

These out-of-the-box solutions provide you proven, tested applications that can be up and running now.  Build a store, a gallery, or a web-based email solution.

Want your website pre-built and hosted?

Close Windowclose

Rate your experience or provide feedback on this page

Account or customer service questions?
Please user our contact form.

Need technical support?
Please visit support to ask a question

Content

rating

Layout

rating

Ease of use

rating

security code refresh image

We do not respond to comments submitted from this page directly, but we do read and analyze any feedback and will use it to help make your experience better in the future.

Close Windowclose

We were unable to retrieve the attached file

Close Windowclose

Attach and remove files

add attachmentAdd attachment
Close Windowclose

Enter the URL you would like to link to in your post

Close Windowclose

This is how you use right click RTF editing

Enable right click RTF editing option allows you to add html markup into your tutorial such as images, bulleted lists, files and more...

-- click to close --

Uploading file...