Generic placeholder image
3
Josephin DoeTyping . .
Generic placeholder image
1
Lary Doeonline
Generic placeholder image
Aliceonline
Generic placeholder image
1
Alia10 min ago
Generic placeholder image
Suzen15 min ago
Generic placeholder image
3
Josephin DoeTyping . .
Generic placeholder image
1
Lary Doeonline
Generic placeholder image
Aliceonline
Generic placeholder image
1
Alia10 min ago
Generic placeholder image
Suzen15 min ago
Generic placeholder image
3
Josephin DoeTyping . .
Generic placeholder image
1
Lary Doeonline
Generic placeholder image
Aliceonline
Generic placeholder image
1
Alia10 min ago
Generic placeholder image
Suzen15 min ago
Generic placeholder image
3
Josephin DoeTyping . .
Generic placeholder image
1
Lary Doeonline
Generic placeholder image
Aliceonline
Generic placeholder image
1
Alia10 min ago
Generic placeholder image
Suzen15 min ago
Josephin Doe
Generic placeholder image

hello Datta! Will you tell me something

about yourself?

8:20 a.m.

Ohh! very nice

8:22 a.m.

Generic placeholder image

can you help me?

8:20 a.m.

Dashboard Example
Drop your files here
Drop files here, or import from:
No filetype restrictions.
Drag and Drop [ autoProceed is on ]
0
Uploaded files:
    Drag and Drop [ autoProceed is off ]
    0
    Uploaded files:
      Status Bar Example
      Popup Upload
      const Tus = Uppy.Tus; const DragDrop = Uppy.DragDrop; const ProgressBar = Uppy.ProgressBar; const StatusBar = Uppy.StatusBar; const FileInput = Uppy.FileInput; const Informer = Uppy.Informer; const Dashboard = Uppy.Dashboard; const Dropbox = Uppy.Dropbox; const GoogleDrive = Uppy.GoogleDrive; const Instagram = Uppy.Instagram; const Webcam = Uppy.Webcam; // Function for displaying uploaded files const onUploadSuccess = (elForUploadedFiles) => (file, response) => { const url = response.uploadURL const fileName = file.name const li = document.createElement('li') const a = document.createElement('a') a.href = url a.target = '_blank' a.appendChild(document.createTextNode(fileName)) li.appendChild(a) document.querySelector(elForUploadedFiles).appendChild(li) } (function () { var id = '#pc-uppy-1'; var options = { proudlyDisplayPoweredByUppy: false, target: id, inline: true, replaceTargetContent: true, showProgressDetails: true, note: 'No filetype restrictions.', height: 470, metaFields: [{ id: 'name', name: 'Name', placeholder: 'file name' }, { id: 'caption', name: 'Caption', placeholder: 'describe what the image is about' } ], browserBackButtonClose: true } var uppyDashboard = new Uppy.Core({ autoProceed: true, restrictions: { maxFileSize: 1000000, // 1mb maxNumberOfFiles: 5, minNumberOfFiles: 1 } }); uppyDashboard.use(Dashboard, options); uppyDashboard.use(Tus, { endpoint: 'https://master.tus.io/files/' }); uppyDashboard.use(GoogleDrive, { target: Dashboard, companionUrl: 'https://companion.uppy.io' }); uppyDashboard.use(Dropbox, { target: Dashboard, companionUrl: 'https://companion.uppy.io' }); uppyDashboard.use(Instagram, { target: Dashboard, companionUrl: 'https://companion.uppy.io' }); uppyDashboard.use(Webcam, { target: Dashboard }); })(); (function () { var id = '#pc-uppy-6'; var options = { proudlyDisplayPoweredByUppy: false, target: id + ' .pc-uppy-dashboard', inline: false, replaceTargetContent: true, showProgressDetails: true, note: 'No filetype restrictions.', height: 470, metaFields: [{ id: 'name', name: 'Name', placeholder: 'file name' }, { id: 'caption', name: 'Caption', placeholder: 'describe what the image is about' } ], browserBackButtonClose: true, trigger: id + ' .pc-uppy-btn' } var uppyDashboard = new Uppy.Core({ autoProceed: true, restrictions: { maxFileSize: 1000000, // 1mb maxNumberOfFiles: 5, minNumberOfFiles: 1 } }); uppyDashboard.use(Dashboard, options); uppyDashboard.use(Tus, { endpoint: 'https://master.tus.io/files/' }); uppyDashboard.use(GoogleDrive, { target: Dashboard, companionUrl: 'https://companion.uppy.io' }); uppyDashboard.use(Dropbox, { target: Dashboard, companionUrl: 'https://companion.uppy.io' }); uppyDashboard.use(Instagram, { target: Dashboard, companionUrl: 'https://companion.uppy.io' }); uppyDashboard.use(Webcam, { target: Dashboard }); })(); (function () { const pc_uppy_3 = new Uppy.Core({ debug: true, autoProceed: true }) pc_uppy_3 .use(DragDrop, { target: '.pc-uppy-3 .for-DragDrop' }) .use(Tus, { endpoint: 'https://tusd.tusdemo.net/files/' }) .use(ProgressBar, { target: '.pc-uppy-3 .for-ProgressBar', hideAfterFinish: false }) .on('upload-success', onUploadSuccess('.pc-uppy-3 .uploaded-files ol')) })(); (function () { const pc_uppy_4 = new Uppy.Core({ debug: true, autoProceed: false }) pc_uppy_4 .use(DragDrop, { target: '.pc-uppy-4 .for-DragDrop' }) .use(Tus, { endpoint: 'https://tusd.tusdemo.net/files/' }) .use(ProgressBar, { target: '.pc-uppy-4 .for-ProgressBar', hideAfterFinish: false }) .on('upload-success', onUploadSuccess('.pc-uppy-4 .uploaded-files ol')) const uploadBtn = document.querySelector('.pc-uppy-4 button.upload-button') uploadBtn.addEventListener('click', function () { pc_uppy_4.upload() }) })(); (function () { const pc_uppy_5 = new Uppy.Core({ debug: true, autoProceed: true }) pc_uppy_5 .use(FileInput, { target: '.UppyInput', pretty: false }) .use(Tus, { endpoint: 'https://tusd.tusdemo.net/files/' }) .use(StatusBar, { target: '.UppyInput-Progress', hideUploadButton: true, hideAfterFinish: false }); document.querySelector(".uppy-FileInput-input").classList.add('form-control'); })();