rejetto forum

Upload script

0 Members and 1 Guest are viewing this topic.

Offline Johannes51

  • Occasional poster
  • *
    • Posts: 11
    • View Profile
Hello,,

Maybe a stupid question, but it is possible only to set an upload script on your regular website and then upload it to HFS server so that members can upload. Who can possibly help me with this.

thank you in advance


Johannnes


Offline bmartino1

  • Tireless poster
  • ****
    • Posts: 911
  • I'm only trying to help i mean no offense.
    • View Profile
    • My HFS Google Drive Shared Link
i think your trying to do a revers proxy

such as have an apache website (regualr website) point and (html programin: a herf)  web link to hfs to upload files.

http://www.rejetto.com/forum/html-templates/file-upload-with-drag-and-drop/
http://www.rejetto.com/forum/hfs-~-http-file-server/upload-with-filename-inside-url/msg1042258/#msg1042258
http://www.rejetto.com/forum/programmers-corner/parsing-hfs-ini-in-php/

otherwise you will have to use php in apache to upload files.. i recal making a post with a webpage code for it...

you can eve use html iframes onteh regular website that opens a windows to the hfs link.

--------------------

many ways to go about it, short answer yes, long q/a?

which way you want to go, and what are you expecting?
Files I have snagged and share can be found on my google drive:

https://drive.google.com/drive/folders/1qb4INX2pzsjmMT06YEIQk9Nv5jMu33tC?usp=sharing


Offline Johannes51

  • Occasional poster
  • *
    • Posts: 11
    • View Profile
hello,


Thank you for your answer.
Maybe I'm wrong are explained, for example, I have an existing website: www.website.nl. That would put an upload feature so people can upload anything. Now I wanted file upload will be placed on my hard drive.

For that I am looking for something a script or what I need to make.

Johannnes


Offline Mars

  • Operator
  • Tireless poster
  • *****
    • Posts: 2068
    • View Profile
If I understand correctly, you want to synchronize the upload folder of the server with another folder on your hard disk, I also assume that the server "upload" and hard drive "save" are not on the same computer


Offline rejetto

  • Administrator
  • Tireless poster
  • *****
    • Posts: 13523
    • View Profile
the obvious solution is that you have your computer always on, with HFS running, and reachable from the internet, and your upload page on the website is actually a link to HFS.
This is not necessarily the best solution. Other solutions don't involve HFS.