rejetto forum
Software => HFS ~ HTTP File Server => Topic started 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??
-
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.
-
How would I go about adding a Ifram or programing a uploader to my forum
-
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).