• If this is your first visit, be sure to check out the FAQ by clicking the link above. You may have to register before you can post: click the register link above to proceed. To start viewing messages, select the forum that you want to visit from the selection below.

Announcement

Collapse
No announcement yet.

vvupload check size of file before uploading

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

  • vvupload check size of file before uploading

    Valence Framework 5.1.20170714.0

    I am using /valence/vvupload.pgm to upload images.

    How can I check the size of the image before uploading it?


  • #2
    I would think you would need to hook into the "onFileChange" event of the upload file and then maybe use the HTML5 "FileReader" to determine the size of the file.

    Comment

    Working...
    X