close ad
 
Important WebAssist Announcement
open ad
View Menu

Technical Support Forums

Free, outstanding support from WebAssist and your colleagues

Create download button in a Data Assist Results table

Thread began 9/08/2009 5:20 pm by peter383096 | Last modified 9/28/2009 5:19 pm by peter383096 | 4686 views | 11 replies

afkrennie381204

Hi SOJO, all,
I also need to get this working and have had no luck. Would really appreciate advice on how to get it to work! I have tried every permutation of S_POST syntax under the sun to no avail - the page displays fine but there's simply no file downloading. I'va also tried this using the unique record id as displayed on the same line (as per the other post on this subject with altered syntax that seems correct too - again, page displays fine but no file downloads). Would really appreciated some advice - many thanks. Ann

For the inc example, code lines are:

<?php
//define incnumber variable
$incnumber=0
?>
// HTML begins here


<?php do { ?>
<?php ++$incnumber; ?>
// repeating table start here


<td class="WADAResultsEntry"><form id="form1" method="post" action="">
<?php
WA_DFP_SetupDownloadStatusStruct("WA_DownloadResult1");
if(isset($_POST['download.$incnumber'])){
WA_DFP_DownloadFile("WA_DownloadResult1", "imageresponse/", "".$row_WADAorders['file_response'] ."", "[FileName]", 1, $database_users, $users, "orders", "idorder", "".$row_WADAorders['idorder'] ."", "download_counter");
}
?>
<input type="submit" name="download<?php echo $incnumber; ?>" id="download<?php echo $incnumber; ?>" value="Download" />

</form

_________________________________________________________________________

and for the example using unique record id, my code is just

<?php
WA_DFP_SetupDownloadStatusStruct("WA_DownloadResult1");
if(isset($_POST["'download'.{$row_WADAorders['idorder']}"])){
WA_DFP_DownloadFile("WA_DownloadResult1", "imageresponse/", "".$row_WADAorders['file_response'] ."", "[FileName]", 1, $database_users, $users, "orders", "idorder", "".$row_WADAorders['idorder'] ."", "download_counter");
}
?>
<input type="submit" name="download<?php echo $row_WADAorders['idorder']; ?>" id="download<?php echo $row_WADAorders['idorder']; ?>"
value="Download" />

//this code is also with the repeating recordset region

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...