CodeCharge Studio
search Register Login  

Web Reporting

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

YesSoftware Forums -> Archive -> GotoCode Archive

 file upload path

Print topic Send  topic

Author Message
dennisj
Posted: 08/06/2003, 3:41 AM

I want my file upload paths to be flexible in a way that it is controlled from a MySQL database. No clue how I can incorporate this in an CCS upload form element.
All suggestions welcome.
TIA
DaveRexel
Posted: 08/06/2003, 12:33 PM

::

Reference : FileFolder Run-Time Property

- do a db lookup of the desired field

$yourPath = CCDLookUp(field, table, where_clause, connection);

- now apply it in yourUploadForm (in ex Before Show [Row])

$yourUploadForm ->file->FileFolder = $yourPath;

Dave

   


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.