From 450765145b695fc2e4babd8bda72d8e46539cc87 Mon Sep 17 00:00:00 2001 From: Justin Hawkins Date: Wed, 26 Jul 2017 13:24:07 +0930 Subject: [PATCH] Add note about existing file handling --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index f4b7105..938ba73 100644 --- a/README.md +++ b/README.md @@ -66,6 +66,7 @@ Other parameters are: * Only files ending jpg, gif or png are uploaded. * If multiple screenshots occur quickly (<1 second apart) not all may be uploaded. +* Files to upload are determined by the file modification time. If you drag and drop existing files they will not be detected and uploaded. Only newly created files will be detected. ## TODO This is just a quick hack. Open to suggestions on new features and improvements.