From e0f4513a3e6ffa78f5991fb636f343bd1ffccd18 Mon Sep 17 00:00:00 2001 From: Stan York Date: Wed, 14 Oct 2015 21:31:51 -0400 Subject: [PATCH] V1.01 - New Feature: Upload folder tree The API test form can now upload all files and folders from a starting point --- .gitignore | 1 + .../Cloud Element Test Form.csproj | 3 + Cloud Element Test Form/Form1.Designer.cs | 416 ++++++++++-------- Cloud Element Test Form/Form1.cs | 67 ++- Cloud Element Test Form/Form1.resx | 26 +- .../Properties/Resources.Designer.cs | 12 +- .../Properties/Resources.resx | 3 + .../Resources/External Hard Drive Move Up.gif | Bin 0 -> 1443 bytes 8 files changed, 299 insertions(+), 229 deletions(-) create mode 100644 Cloud Element Test Form/Resources/External Hard Drive Move Up.gif diff --git a/.gitignore b/.gitignore index f91ff2b..7fea436 100644 --- a/.gitignore +++ b/.gitignore @@ -214,3 +214,4 @@ pip-log.txt #Mr Developer .mr.developer.cfg +Cloud Element Test Form/Resources/Hard Drive Move Up.gif diff --git a/Cloud Element Test Form/Cloud Element Test Form.csproj b/Cloud Element Test Form/Cloud Element Test Form.csproj index 7351a5f..9a4f61c 100644 --- a/Cloud Element Test Form/Cloud Element Test Form.csproj +++ b/Cloud Element Test Form/Cloud Element Test Form.csproj @@ -115,6 +115,9 @@ + + +