Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Review multiple file post - is the api robustly handling multi-file uploads #25

Open
GoogleCodeExporter opened this issue Mar 14, 2015 · 0 comments

Comments

@GoogleCodeExporter
Copy link

Currently the app splits multiple file uploads into a collection of single 
uploads and duplicates shared settings (journal name, entry, tags, etc). 

The api checks (on each upload - rather than just ones known to be multiples ;) 
if a duplicate post (by title/entry) already exists. If one does then the 
uploaded file is attached to the existing entry.

a) ideally pass additional (Part) and (Count) parameters in the post if the 
entry is part of a multiple upload. 

b) the api should if (Part) check for existing Journal post with provided 
details.

c) The api should not check if (Part) not provided - reducing load.

Original issue reported on code.google.com by [email protected] on 17 Jun 2012 at 12:58

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant