valuationbreak evenprofitcontributionforecastshiftqueuingbusiness analysis
accountbasbudgetBAS-I.Cshare valueshort salesinvestment
site mapform1
Browse All Question and Answer Items
Items selected where Item is 252
Questions & Answers
Q: In testing the form1 mysql, I finally found that the field types need to be text, but then how does it handle attachments. I need to store the file in a folder with the path in the db or the file into the db (blob, I guess).
A: Yes as outlined in the Help file "Form field inputs are processed as text variable types". But this does not include attachments only "the input of the form field" can be added to MYSQL not the attachment. As you suggest it is usually best for attachments to be saved in a server directory and in the database you save the path to the saved file. To do this you will need to develop additional processing script.
Question and Answer Item 252 - Browse All Question and Answer Items