export data via a direct action
export data via a direct action
- Subject: export data via a direct action
- From: Michael Warner <email@hidden>
- Date: Tue, 18 Nov 2003 08:47:05 -0800
Hope I can be clear here.
Though a direct action, containing
request().stringFormValueForKey("var1");
for each var, I can pull a set of values from a record.
within the direct action, I can use a WORedirect to take the
user to a different server where the values for that record could
be imported.
the person I am working with wants to receive the values using
something like:
<form method="post" action="http://<a server>:8008/step-6/import.php">
Can I send the values to this person using a WORedirect?
What additional code would I need in my direct action, so that
receiving server and app
will be able to make sense of the data?
Thanks,
Mike W.
_______________________________________________
webobjects-dev mailing list | email@hidden
Help/Unsubscribe/Archives: http://www.lists.apple.com/mailman/listinfo/webobjects-dev
Do not post admin requests to the list. They will be ignored.