display uploaded refs (server)?

A place for users to ask each other questions, make suggestions, and discuss Bookends.
Post Reply
stevicus
Posts: 10
Joined: Tue Apr 21, 2009 4:33 am

display uploaded refs (server)?

Post by stevicus »

For RIS text file submission via BE Server, I've included:

Code: Select all

multiple="" name="upfile[]"
so that more than one RIS file can be submitted at once (with webkit and gecko). Instead of submitting this directly to BEpost, I am instead using php to echo out the contents of the text files into a textarea that allows them to edit the RIS info before submitting to BE Server.

After submitting, I would like to immediately display the results of the upload in the Foot submitted as an input value. I don't see a way to 1) retrieve the newly created unique IDs or 2) search for date added to database. The only way I can think of doing this is appending to each reference a timestamp into a user field and then submitting a search for that timestamp.

Is there a more straight forward way of doing this? Thanks.
Jon
Site Admin
Posts: 10293
Joined: Tue Jul 13, 2004 6:27 pm
Location: Bethesda, MD
Contact:

Re: display uploaded refs (server)?

Post by Jon »

The capabilities of Bookends Server are outlined in the User Guide. If you're looking to extend these, please write to tech support (support@sonnysoftware.com).

Jon
Sonny Software
Post Reply