CodeCharge Studio
search Register Login  

Web Reports

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

YesSoftware Forums -> CodeCharge Studio -> PHP

 Rename uploaded file to auto-incremented ID

Print topic Send  topic

Author Message
pulsorock

Posts: 28
Posted: 11/05/2009, 5:33 PM

Hello!

I have a record builder that has one upload component. The table has one auto-increment primary key named "id". I need to rename the uploaded file to the id value of the inserted row.

For example, I upload one file named "image.jpg" and the auto-increment value of the inserted record is "45", then instead of naming the file "200911051825110.image.jpg" the uploaded file (and the value in the filename in the DB) is set to "45.jpg" just as the value of the new inserted row.

Thanks!
View profile  Send private message
damian

Posts: 838
Posted: 11/06/2009, 3:33 AM

Quote pulsorock:
Hello!

I have a record builder that has one upload component. The table has one auto-increment primary key named "id". I need to rename the uploaded file to the id value of the inserted row.

For example, I upload one file named "image.jpg" and the auto-increment value of the inserted record is "45", then instead of naming the file "200911051825110.image.jpg" the uploaded file (and the value in the filename in the DB) is set to "45.jpg" just as the value of the new inserted row.

Thanks!


there are many examples of renaming files after upload - use the After Process File event
http://forums.codecharge.com/search.php?s_keyword=uploa...g=2&s_forum[]=5
use LastInsertID or mysql_insert_id to get the id of the record for use in renaming the file:
http://forums.codecharge.com/search.php?s_keyword=mysql...g=2&s_forum[]=5

_________________
if you found this post useful take the time to help someone else.... :)
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.