search for: bulk_import

Displaying 1 result from an estimated 1 matches for "bulk_import".

2006 Jul 31
3
Simply_RESTful and Bulk Import URLs
...:person Now, it''s a little unclear to me how to further configure the routes to allow me to add the following URLs: I need a URL to choose a file to upload, so I need an HTML ''frontend'' for it, so I figured the following URL fits into the REST/CRUD paradigm: /people;bulk_import (using a GET method) Once I have picked my CSV file, I need to do a POST to perform the actual bulk import. Here I was thinking of either: /people/;bulk_import (using a POST method) or /people/bulk_import (using a POST method). I''m getting a bit confused on how to think about this &...