rejetto forum

Software => HFS ~ HTTP File Server => Topic started by: DJboutit on March 06, 2011, 10:35:38 AM

Title: Is There A Way To Add A Uploader To Your Server On A MSG Forum
Post by: DJboutit on March 06, 2011, 10:35:38 AM
I run a msg forum I was just wondering if there was a way to get a uploader for your server & add it to my msg forum  where it would give you the direct link to the file once it is uploaded??
Title: Re: Is There A Way To Add A Uploader To Your Server On A MSG Forum
Post by: rejetto on March 13, 2011, 04:35:58 PM
on your forum you can add a link to an "upload page" on HFS,
or you can use an iframe to embed the upload page directly into the site,
or you can program the uploader inside the forum itself.

as a side note: latest default template of HFS 2.3 has no upload page, since there's an uploader directly in the file listing.
Title: Re: Is There A Way To Add A Uploader To Your Server On A MSG Forum
Post by: DJboutit on March 14, 2011, 06:25:27 AM
How would I go about adding a Ifram or programing a uploader to my forum
Title: Re: Is There A Way To Add A Uploader To Your Server On A MSG Forum
Post by: rejetto on March 17, 2011, 05:13:22 PM
the iframe is just an html tag.
Something like this
<iframe src='http://my-hfs-server/~upload'></iframe>
how to add it to your forum is hard to tell, it depends on the forum, and you should ask the forum makers.

Programming the uploader would take me much longer to explain, since you asked for the iframe i guess you are not skilled with these things. You should know html (and probably javascript).