انتخاب زبان

Activity

جاشو لاس وگاس
مانلی سن خوزه
استفان میامی
تارا نیویورک
پروژه سیلکر getsilker.io
31%
5 / 24
بازسازی متا مووی متا مووی.co
84%
28 / 31
طراحی مجدد فست پیتزا fastpizza.com
60%
25 / 39

تماس با دنی

امروز - 11:30قبل ظهر

جلسه با آلیس

امروز - 01:00بعدظهر

جواب دادن به پیغام آنی

امروز - 01:45بعدظهر

Call تریشا

Today - 05:00بعدظهر

Write proposal for Don

Today - 06:00بعدظهر

فایل پوند

Huro با Filepond، یک کتابخانه آپلود کننده "vanilla javascript" یکپارچه شده است. شما می توانید اسناد افزونه را در "Github بررسی کنید. همچنین می توانید با مراجعه به کد جاوا اسکریپت به آن دسترسی پیدا کنید "assets/js/components.js". مثال زیر حداکثر 3 فایل نشان داده شده در یک ردیف مورد را می پذیرد.


      <div class="filepond-uploader">
          <div class="control">
              <input type="file" class="filepond" name="filepond" multiple
                  data-allow-reorder="true" data-max-file-size="3MB" data-max-files="3">
          </div>
      </div>
      
      //Register Filepond plugin (once)
      FilePond.registerPlugin(
          FilePondPluginImagePreview,
          FilePondPluginImageExifOrientation,
          FilePondPluginFileValidateSize,
          FilePondPluginImageEdit
      );
      
      //Instanciate element
      FilePond.create(
          document.querySelector('.filepond'),
      );
      

Filepond Two Grid

Huro با Filepond، یک کتابخانه آپلود کننده "vanilla javascript" یکپارچه شده است. شما می توانید اسناد افزونه را در "Github بررسی کنید. همچنین می توانید با مراجعه به کد جاوا اسکریپت به آن دسترسی پیدا کنید "assets/js/components.js". مثال زیر حداکثر 3 فایل نشان داده شده در دو ردیف مورد را می پذیرد.


      <div class="filepond-uploader is-two-grid">
          <div class="control">
              <input type="file" class="filepond" name="filepond" multiple
                  data-allow-reorder="true" data-max-file-size="3MB" data-max-files="8">
          </div>
      </div>
      
      
      //Instanciate element
      FilePond.create(
          document.querySelector('.filepond-2-grid'),
      );
      

Filepond Three Grid

Huro با Filepond، یک کتابخانه آپلود کننده "vanilla javascript" یکپارچه شده است. شما می توانید اسناد افزونه را در "Github بررسی کنید. همچنین می توانید با مراجعه به کد جاوا اسکریپت به آن دسترسی پیدا کنید "assets/js/components.js". مثال زیر حداکثر 3 فایل نشان داده شده در یک ردیف مورد را می پذیرد.


      <div class="filepond-uploader is-three-grid">
          <div class="control">
              <input type="file" class="filepond" name="filepond" multiple
                  data-allow-reorder="true" data-max-file-size="3MB" data-max-files="8">
          </div>
      </div>
      
      
      //Instanciate element
      FilePond.create(
          document.querySelector('.filepond-3-grid'),
      );
      

پروفایل فایل پوند

Huro با Filepond، یک کتابخانه آپلود کننده "vanilla javascript" یکپارچه شده است. شما می توانید اسناد افزونه را در "Github بررسی کنید. همچنین می توانید با مراجعه به کد جاوا اسکریپت به آن دسترسی پیدا کنید "assets/js/components.js". مثال زیر حداکثر 3 فایل نشان داده شده در یک ردیف مورد را می پذیرد.


      <div class="filepond-profile-wrap is-tiny">
          <input type="file" class="profile-filepond-tiny" name="profile_filepond_tiny"
          accept="image/png, image/jpeg, image/gif">
      </div>
      
      <div class="filepond-profile-wrap is-small">
          <input type="file" class="profile-filepond-small" name="profile_filepond_small"
          accept="image/png, image/jpeg, image/gif">
      </div>
      
      <div class="filepond-profile-wrap">
          <input type="file" class="profile-filepond" name="profile_filepond"
          accept="image/png, image/jpeg, image/gif">
      </div>
      
      
      //Example for the bigger one (Refer to assets/js/components.js for the others)
      FilePond.create(
          document.querySelector('.profile-filepond'),
          {
              labelIdle: `<i class="lnil lnil-cloud-upload"></>`,
              imagePreviewHeight: 140,
              imageCropAspectRatio: '1:1',
              imageResizeTargetWidth: 140,
              imageResizeTargetHeight: 140,
              stylePanelLayout: 'compact circle',
              styleLoadIndicatorPosition: 'center bottom',
              styleProgressIndicatorPosition: 'right bottom',
              styleButtonRemoveItemPosition: 'left bottom',
              styleButtonProcessItemPosition: 'right bottom',
          }
      );
      

مربعی فایل پوند

Huro با Filepond، یک کتابخانه آپلود کننده "vanilla javascript" یکپارچه شده است. شما می توانید اسناد افزونه را در "Github بررسی کنید. همچنین می توانید با مراجعه به کد جاوا اسکریپت به آن دسترسی پیدا کنید "assets/js/components.js". مثال زیر حداکثر 3 فایل نشان داده شده در یک ردیف مورد را می پذیرد.


      <div class="filepond-square-wrap is-tiny">
          <input type="file" class="square-filepond-tiny" name="square_filepond_tiny"
          accept="image/png, image/jpeg, image/gif">
      </div>
      
      <div class="filepond-square-wrap is-small">
          <input type="file" class="square-filepond-small" name="square_filepond_small"
          accept="image/png, image/jpeg, image/gif">
      </div>
      
      <div class="filepond-square-wrap">
          <input type="file" class="square-filepond" name="square_filepond"
          accept="image/png, image/jpeg, image/gif">
      </div>
      
      
      //Example for the bigger one (Refer to assets/js/components.js for the others)
      FilePond.create(
          document.querySelector('.square-filepond'),
          {
              labelIdle: `<i class="lnil lnil-plus"></>`,
              imagePreviewHeight: 140,
              imageCropAspectRatio: '1:1',
              imageResizeTargetWidth: 140,
              imageResizeTargetHeight: 140,
              stylePanelLayout: 'compact circle',
              styleLoadIndicatorPosition: 'center bottom',
              styleProgressIndicatorPosition: 'right bottom',
              styleButtonRemoveItemPosition: 'left bottom',
              styleButtonProcessItemPosition: 'right bottom',
          }
      );