geos Posted September 19, 2007 Posted September 19, 2007 Hey! Looking for suggestions for the best way to take form data, including a few file uploads, from a webpage, and insert them into a FM9 db at a hosting company. Seems like there are a few ways to do this (like a PHP script into mail.it), but looking for any/all suggestions. Anything more ovious I am missing? Anything easier? Thanks!
Søren Dyhr Posted September 20, 2007 Posted September 20, 2007 What about this: http://www.360works.com/supercontainer/demos/iwp/ --sd
geos Posted September 20, 2007 Author Posted September 20, 2007 Thanks for the suggestion! I had seen that, but I'm looking to do something different. I'm looking for a solution WITHOUT IWP. That is: From a standard web page form (html with, most likely PHP, and a nice little submit button) to 1) upload a file (pdf) and 2) transfer the file to the correct record at a hosted (read: I have little control over the server) File Maker Server DB. I can do #1 in a variety of ways. #2 seems like the harder part. I'm looking for suggestions that might be more elegant than what I've come across.
Tori Mitchell Posted September 20, 2007 Posted September 20, 2007 Well... if you're trying to do this without supercontainer... which really *is* the best way for this, you're going to need a server where you can do Apache stuff for the file upload and then... and this is the lovely part, likely you'll have to use a MySQL or similar DB so that you can store the value of the location and then use something like ESS or *shudder* Apple/VB Script to make the transport happen. This really seems like you're trying to re-create the wheel though. I know the SC is expensive-ish but really, you'll spend tens of hours trying to make something do the same thing.
geos Posted September 20, 2007 Author Posted September 20, 2007 Mike -- Thanks for your reply. But correct me if I am wrong, but SuperContainer (from what I have read) needs to be interfaced via IWP. In this situation, I need documents to be uploaded without giving submitters direct access to the DB. All a submitter would see is a webpage for them to upload a few files on. Looks like I should have done this in MySQL.... Thanks!
Tori Mitchell Posted September 20, 2007 Posted September 20, 2007 If you're trying to avoid direct access to the DB then, yes, you'll need somewhere to store the data before batching it in at a later time. You can make the table entries in MySQL and then move the data once you've cleared it using whatever mechanism that you're planning on.
Jesse Barnum Posted June 13, 2008 Posted June 13, 2008 You don't need to use IWP with SuperContainer. You can create an IFRAME in any HTML page and point it to a SuperContainer URL.
Recommended Posts
This topic is 6346 days old. Please don't post here. Open a new topic instead.
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now