rejetto forum

Drag-&-drop file upload need help

0 Members and 1 Guest are viewing this topic.

Offline fahad15090

  • Occasional poster
  • *
    • Posts: 19
  • nothing to type here
    • View Profile
    • My portfolio
I'm trying to add Drag-&-drop support on "Fuh2.0"
http://rejetto.com/forum/index.php?topic=13375.0  template using https://uppy.io/examples/dragdrop/
But i have error,
If any developer help me to upload files from custom
Drag-&-drop button to HFS using given below HTML FILE
Leave the comment
« Last Edit: October 23, 2020, 11:39:46 AM by fahad15090 »
@ fahad


Offline dj

  • Tireless poster
  • ****
    • Posts: 291
  • 👣 🐾
    • View Profile
    • PWAs
you can try LinkserverV2.1 (should also work with files)

mobil-light has DnD by default

with this library:
add the html-file to your server (because CORS)
replace Uppy.Tus with Uppy.XHRUpload
replace the endpoint with the folder (e.g. 'http://127.0.0.1/server/'

P.S.: protect your local (and movies) folder
« Last Edit: October 24, 2020, 10:55:10 AM by dj »


Offline fahad15090

  • Occasional poster
  • *
    • Posts: 19
  • nothing to type here
    • View Profile
    • My portfolio
thanks if anyone have another suggetion
leave  comment
@ fahad


Offline fahad15090

  • Occasional poster
  • *
    • Posts: 19
  • nothing to type here
    • View Profile
    • My portfolio
Example ( let i make website with {only} image upload feature for visitor to upload and view his images on website.
but in server side i want to add (upload) button that work with hfs to transfer user file to my hfs folder
but problem is that i'm not able to do that PLEASE HELP ME ,i really thankfull to U.
@ fahad


Offline NaitLee

  • Tireless poster
  • ****
    • Posts: 203
  • Computer-brain boy
    • View Profile
Example ( let i make website with {only} image upload feature for visitor to upload and view his images on website.

In Virtual File System: select a folder you desire to use >> rightclick, properties >> file masks >> upload filter mask, fill with:
Code: [Select]
*.jpg;*.jpeg;*.png;*.gifOr other format you want. Then users can only upload images (or other types if you specify)
"Computation is not forbidden magic."
Takeback Template | PHFS


Offline fahad15090

  • Occasional poster
  • *
    • Posts: 19
  • nothing to type here
    • View Profile
    • My portfolio
you can try LinkserverV2.1 (should also work with files)

mobil-light has DnD by default

with this library:
add the html-file to your server (because CORS)
replace Uppy.Tus with Uppy.XHRUpload
replace the endpoint with the folder (e.g. 'http://127.0.0.1/server/'

P.S.: protect your local (and movies) folder

i do this below file(uppy-upload1.html) but instead of file upload page reload to hfs link page that linked to be upload
@ fahad