uploader

  1. Mashiane

    B4J Tutorial [BANanoWebix] Lesson 22 - Method 3 (DropZone)

    Ola Lesson 22 - Method 1 Lesson 22 - Method 2 This method involves the dropzone where one can drag and drop files into the uploader. A list is placed on a page.. Dim lst As WixList lst.Initialize("mylist").SetTypeUploader(True).SetHeight(600).SetWidth(300).SetScroll(False) '...
  2. Mashiane

    B4J Tutorial [BANanoWebix] Lesson 22 Uploader Method 2

    Ola Lesson 22 Method 1 Method 2 of the file uploader is a method that actually places an uploader on a form including a list that displays the files that have been selected. The same events as depicted in Lesson 22 Method 1 apply. 'create a page with a header and set 'space' layout...
  3. Mashiane

    B4J Tutorial [BANanoWebix] Lesson 22 Uploader - Method 1

    Hi We are just left with almost 2 additional widgets to complete on the standard open-source license before we can start building a working app. The uploader widget enables one to upload files. There are a various ways this works and we will now look at Method 1. We use this and we link it to...
Top