Well, my use case, I am parsing a CSV file and the first line contains the header information. Each column has a header .... so rather than parse the entire file at this time, I just grab the first line. That's all I need to do in that action, then I need to hold onto that file, and then go to the next page. I need some user/mapping information on this second page ... and then when I submit from the second page.
Then I have all the information I need so I can parse the rest of the data.

If I parse the file after the first page ... I'm not ready to do anything with it yet.
So, I still need to hold onto this file until after the second page.
That's my use case.      Thanks!
                                                                    Tom

Antonio Petrelli wrote:
2008/3/27, Tom Holmes Jr. <[EMAIL PROTECTED]>:
Ok ..... maybe what I'll do in this case is put the FormFile into the
request manually



Isn't it easier to parse the FormFile in the action?

Antonio

------------------------------------------------------------------------

No virus found in this incoming message.
Checked by AVG. Version: 7.5.519 / Virus Database: 269.22.1/1346 - Release Date: 3/27/2008 10:03 AM


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to