close ad
 
Important WebAssist Announcement
open ad
View Menu

Technical Support Forums

Free, outstanding support from WebAssist and your colleagues

Delete file server behavior

Thread began 10/11/2012 9:07 am by dvan_zelst | Last modified 10/12/2012 8:04 am by dvan_zelst | 2273 views | 8 replies

Jason ByrnesWebAssist

in the delete file behavior you are using the recordset to tell it which file to delete.

the problem with that is this:
on page load, the recordset uses the teamID querystring variable to filter the correct team record

when the form post, it reloads the page, this means the record is recreated. The action of the form does not pass the teamID url variable, so the recordset is empty.

since the recordset is empty, the delete behavior does not know which file to delete.

there are 2 ways to correct the problem:
1) add a hidden form element to the delete form and set the initial value for the hidden element to use the tamPicture column from the recordset. then in the delete file behavior, bind the file name to the hidden element.

2) change the code for the form tag:

php:
<form class="DetailsPage DetailsPage Custom_CustomSharp" id="Details_Custom_CustomSharp" method="post"  action="<?php echo (htmlentities($_SERVER["PHP_SELF"], ENT_QUOTES)); ?>">



to:

php:
<form class="DetailsPage DetailsPage Custom_CustomSharp" id="Details_Custom_CustomSharp" method="post"  action="<?php echo(htmlentities($_SERVER["PHP_SELF"], ENT_QUOTES)."?".$_SERVER["QUERY_STRING"]); ?>">

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