Direction Info:
upload(data, "test");// successful
upload(data, "dir/test");// failed would generate file at: dir/dir/test
- test
-
dir/test
upload(data, "test");// successful
upload(data, "dir/test");// failed would generate file at: dir/dir/test