From: shane <sh...@lo...> - 2002-07-29 13:55:54
|
On Monday 29 July 2002 02:17 am, Eric Dannewitz wrote: > I posted this on slashcode.com > (http://ask.slashcode.com/article.pl?sid=02/07/21/1755247&mode=thread&tid=4 >), but honestly seems like no one uses that site. In fact, seem that some > kiddies are posting very rude comments on the site....... > > Anyhow, here is the question. I want to somehow get support for > including files in posts. Krow hinted that it is kinda in there, but I > don't see anything...... > > How hard is this? What needs to be done? I think that would really take > slash up a notch if it had file/story support. Then I could stop > considering switching to moveabletype or something else........ > > any info would be great. Thanks There used to be some code in admin.pl to handle the file-upload of a file through http. I don't think it was ever finished, or atleast, tested. Look around, it may still be there and you may be able to use it. A while back I messed with doing file upload via http for the photo gallery plugin that I started. I didn't get very far with it, because with slash you can't just use cgi and use it to handle the file coming from the form. If you write the code to do file uploading, I would be eternally grateful to you. I've just never had the time to get into it it more and get it written. Shane |