CodeCharge Studio
search Register Login  

Web Reporting

Visually create Web Reports in PHP, ASP, .NET, Java, Perl and ColdFusion.
CodeCharge.com

YesSoftware Forums -> CodeCharge Studio -> PHP

 adding folder reference to file upload control to display images

Print topic Send  topic

Author Message
gkg

Posts: 2
Posted: 08/17/2014, 9:46 PM

Hi,
In order to reference folder name to the file upload control for uploading images look for the following code where insert function starts in php file
$this->DataSource->FileUpload1->SetValue( $this->FileUpload1->GetValue(true));

add your folder name ( name you given in the file folder property of file upload control) to the above code as given below
$this->DataSource->FileUpload1->SetValue('tmpname/' . $this->FileUpload1->GetValue(true));

This will allow your gallery builder to display the images that you are uploading into the data base

cool!! isn't it?

Girish

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

PHP Reports

Visually create Web Reports in PHP, ASP, .NET, Java, Perl and ColdFusion.
CodeCharge.com

Home   |    Search   |    Members   |    Register   |    Login


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