No. There would be several problems with that approach:
* directory limits vary between FSes
* path names can get too long for some FSes
* directory/filename clashes
* no guarantee that PUT is atomic on WebDAV servers (so users may see
in-progress data, not just new/old data)
And probably a other problems I haven't thought of, yet.