![]() | |
![]() |
| | Thread Tools | Display Modes |
#1
| |||
| |||
|
#2
| |||
| |||
|
|
What is the best method. Should i upload the file to a folder and the path as a database record OR is it better to upload the file into the database. The files are pictures and short movies. I am using php and mysql. thanks for any advice |
#3
| |||
| |||
|
|
patch as database record. Other way will slow down the database too much. -- Jon Parkhurst PriivaWeb http://PriivaWeb.net crash (AT) lotsamurlin (DOT) com "Ian Miatke" <webforumsuser (AT) macromedia (DOT) com> wrote in message news:cuiq75$gh5$1 (AT) forums (DOT) macromedia.com... What is the best method. Should i upload the file to a folder and the path as a database record OR is it better to upload the file into the database. The files are pictures and short movies. I am using php and mysql. thanks for any advice |
#4
| |||
| |||
|
|
Except don't do the path in the database. Just do the filename. Build the path on the scripted page so that it can be maintained easily. -- Murray --- ICQ 71997575 Team Macromedia Volunteer for Dreamweaver (If you *MUST* email me, don't LAUGH when you do so!) ================== http://www.dreamweavermx-templates.com - Template Triage! http://www.projectseven.com/go - DW FAQs, Tutorials & Resources http://www.dwfaq.com - DW FAQs, Tutorials & Resources http://www.macromedia.com/support/search/ - Macromedia (MM) Technotes ================== "Jon Parkhurst" <crash (AT) cdcdigital (DOT) com> wrote in message news:cuiqtu$hkq$1 (AT) forums (DOT) macromedia.com... patch as database record. Other way will slow down the database too much. -- Jon Parkhurst PriivaWeb http://PriivaWeb.net crash (AT) lotsamurlin (DOT) com "Ian Miatke" <webforumsuser (AT) macromedia (DOT) com> wrote in message news:cuiq75$gh5$1 (AT) forums (DOT) macromedia.com... What is the best method. Should i upload the file to a folder and the path as a database record OR is it better to upload the file into the database. The files are pictures and short movies. I am using php and mysql. thanks for any advice |
#5
| |||
| |||
|
#6
| |||
| |||
|
![]() |
| Thread Tools | |
| Display Modes | |
| |