rejetto forum
Software => HFS ~ HTTP File Server => Topic started by: Johannes51 on March 09, 2017, 10:26:58 AM
-
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
-
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?
-
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
-
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
-
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.