Preview uploadButton image & choose upload folder

Two things:

  1. There should be an $w(‘uploadButton’).preview() or $w(‘uploadButton’).display() which will display the image which was just selected for upload.
  2. Choose a folder which will be populated when $w(‘uploadButton’).startUpload() is called. With everything going into “Visitor Uploads” it is difficult to maintain the data. If we could, for example, create subfolders in Visitor Uploads via code, or even just select between pre-existing folders, that would make data management much easier.