All Downloads are FREE. Search and download functionalities are using the official Maven repository.

webpiecesxxxxxpackage.web.secure.crud.userAddEdit.html Maven / Gradle / Ivy

Go to download

Someone forgot to fill this in. See http://stackoverflow.com/questions/38272550/how-to-fail-the-gradle-build-if-subproject-is-missing-a-property

There is a newer version: 2.1.28
Show newest version
#{extends '../../mainTemplate.html'/}#
#{set title:'Add/Edit'/}#
#{set tab:'userlist'/}#

#{form action:@[POST_USER_FORM]@, class:'form-horizontal', style:'min-width:500px;max-width:800px;margin: 0 auto'}#
   
    
    
#{/form}#

*{

Option 2, OLD School file BUT our platform supports streaming

Most platforms like wordpress have a setting they set for max up loads BECAUSE they don't support streaming and it will blow out their memory. We support streaming so we can do it in pieces using max memory of about 224k per file upload before backpressuring client(ie. if you don't process fast enough, it stops clients from sending. This does not suffer from request/response either since it streams it in. A 3rd option would be websockets

Please select a file and click "Upload" to continue.



}*




© 2015 - 2024 Weber Informatics LLC | Privacy Policy