CodeCharge Studio
search Register Login  

Visual PHP Web Development

Visually Create Internationalized Web Applications, Web Reports, Calendars, and more.
CodeCharge.com

YesSoftware Forums -> CodeCharge Studio -> PHP

 I want to delete thumbnail after deleting image from the record ...

Print topic Send  topic

Author Message
feha


Posts: 712
Posted: 11/24/2004, 1:24 AM

I want to delete thumbnail after deleting image from the record ...
t//ddd_prod_catalog1_FileUpload1_AfterDeleteFile @177-3B768364  
function ddd_prod_catalog1_FileUpload1_AfterDeleteFile()  
{  
    $ddd_prod_catalog1_FileUpload1_AfterDeleteFile = true;  
//End ddd_prod_catalog1_FileUpload1_AfterDeleteFile  
  
//Custom Code @179-01CC314A  
// -------------------------  
    global $ddd_prod_catalog1;  
    // Write your own code here.  
if(file_exists("./Thumbs/".$ddd_prod_catalog1->FileUpload1->GetValue()))  
{  
unlink("./Thumbs/".$ddd_prod_catalog1->FileUpload1->GetValue());  
}  
// -------------------------  
//End Custom Code  
  
//Close ddd_prod_catalog1_FileUpload1_AfterDeleteFile @177-E7DE0532  
    return $ddd_prod_catalog1_FileUpload1_AfterDeleteFile;  
}  
//End Close ddd_prod_catalog1_FileUpload1_AfterDeleteFile
this should work but it does not...
neither
//ddd_prod_catalog1_FileUpload1_BeforeDeleteFile
the problem is i can't get file name at this stage from

$ddd_prod_catalog1->FileUpload1->GetValue();

Why i can't get file name from the record in before delete or after delete file event in file upload component ?

did anyone lese had this problem ?



_________________
Regards
feha

www.vision.to
feedpixel.com
View profile  Send private message
feha


Posts: 712
Posted: 11/24/2004, 6:52 AM

FIXED ....

just put actual file name in to session var than call it ....

:-)
_________________
Regards
feha

www.vision.to
feedpixel.com
View profile  Send private message

Add new topic Subscribe to topic   


These are Community Forums for users to exchange information.
If you would like to obtain technical product help please visit http://support.yessoftware.com.

Web Database

Join thousands of Web developers who build Web applications with minimal coding.
CodeCharge.com

Home   |    Search   |    Members   |    Register   |    Login


Powered by UltraApps Forum created with CodeCharge Studio
Copyright © 2003-2004 by UltraApps.com  and YesSoftware, Inc.