From: Paul P. <wa...@gl...> - 2002-10-09 12:42:29
|
Re: http://phpwiki.sourceforge.net/phpwiki/UploadMechanism Has anything been completed as far as a FileAttachment or UploadMechanism Plugin ? Paul |
From: Lawrence F. L. Jr. <lf...@in...> - 2002-10-09 20:25:25
|
Paul Pearson wrote: > Re: http://phpwiki.sourceforge.net/phpwiki/UploadMechanism > > Has anything been completed as far as a FileAttachment or > UploadMechanism Plugin? UpLoad.php - File Upload Plugin - written by NathanGass http://phpwiki.sourceforge.net/phpwiki/UploadPlugin This is a magnificent solution. The admins for my server approved this as secure from their perspective. There was another upload script at the phpwiki site that was not. I tried them both and settled on the Plugin version. You can try it out here: http://www.ibiblio.org/ecolandtech/pcwiki/index.php/Nafex or here: http://www.ibiblio.org/ecolandtech/pcwiki/index.php/UploadFile -- L.F.London lf...@in... http://market-farming.com PermacultureWiki http://www.ibiblio.org/ecolandtech/pcwiki/index.php |
From: Paul P. <wa...@gl...> - 2002-10-09 20:45:28
|
At 04:32 PM 10/9/2002 -0700, you wrote: >Paul Pearson wrote: >>Re: http://phpwiki.sourceforge.net/phpwiki/UploadMechanism >>Has anything been completed as far as a FileAttachment or UploadMechanism >>Plugin? > >UpLoad.php - File Upload Plugin - written by NathanGass >http://phpwiki.sourceforge.net/phpwiki/UploadPlugin > >This is a magnificent solution. The admins for my server >approved this as secure from their perspective. There was another >upload script at the phpwiki site that was not. I tried them both >and settled on the Plugin version. Going a little beyond that, I would like the ability to have the uploaded files assigned to the page they were uploaded to - something like attaching a file to a page and having the page list all the files that are attached to it. On a phpwiki that I am working on, we need the ability to assign ZIP/PDF files to the page which get updated every week or so (upload new copy, delete old copy, update wiki with new information)... Paul |
From: Reini U. <ru...@x-...> - 2002-10-13 16:39:15
|
Paul Pearson schrieb: > Going a little beyond that, I would like the ability to have the > uploaded files assigned to the page they were uploaded to - something > like attaching a file to a page and having the page list all the files > that are attached to it. Automatically? As subpage or as dynamic list of attached files? This could be a fine extension to UpLoad. I would just add a "* UploadedFileUrl\n" to the page on a certain parameter. > On a phpwiki that I am working on, we need the > ability to assign ZIP/PDF files to the page which get updated every week > or so (upload new copy, delete old copy, update wiki with new > information)... -- Reini Urban http://xarch.tu-graz.ac.at/home/rurban/ |
From: Lawrence A. <la...@us...> - 2002-10-13 17:50:13
|
On Sunday 13 Oct 2002 5:39 pm, Reini Urban wrote: > Paul Pearson schrieb: > > Going a little beyond that, I would like the ability to have the > > uploaded files assigned to the page they were uploaded to - something > > like attaching a file to a page and having the page list all the file= s > > that are attached to it. > I am working on something like this at the moment. May be finished in th= e=20 next few days. There are various issues to be addresses, eg should the attachments be st= ored=20 in the filesystem, or in the DB? Should users have the ability to delete= =20 files? etc Lawrence |
From: Wandrer <wa...@gl...> - 2002-10-13 17:41:18
|
At 06:39 PM 10/13/2002 +0200, you wrote: >Paul Pearson schrieb: >>Going a little beyond that, I would like the ability to have the uploaded >>files assigned to the page they were uploaded to - something like >>attaching a file to a page and having the page list all the files that >>are attached to it. >Automatically? >As subpage or as dynamic list of attached files? >This could be a fine extension to UpLoad. >I would just add a > "* UploadedFileUrl\n" >to the page on a certain parameter. Lets say that someone creates a new page (SolarSystem) in phpwiki on their website. The ability for the individual to upload a flash animation file (SolarSystemInMotion.swf) and 'attach' it to the page would be a benefit. The link would appear at the bottom of the page with the file(s) name and allow people to download the file by clicking on it. Then, being able to edit/delete/create additional links so that when a better SolarSystem animation file is produced, he could delete the old file and upload the newer file. Does that make sense ? Paul |
From: Reini U. <ru...@x-...> - 2002-10-13 17:48:08
|
Wandrer schrieb: > At 06:39 PM 10/13/2002 +0200, you wrote: > >> Paul Pearson schrieb: >> >>> Going a little beyond that, I would like the ability to have the >>> uploaded files assigned to the page they were uploaded to - something >>> like attaching a file to a page and having the page list all the >>> files that are attached to it. >> >> Automatically? >> As subpage or as dynamic list of attached files? >> This could be a fine extension to UpLoad. >> I would just add a >> "* UploadedFileUrl\n" >> to the page on a certain parameter. > > > Lets say that someone creates a new page (SolarSystem) in phpwiki on > their website. The ability for the individual to upload a flash > animation file (SolarSystemInMotion.swf) and 'attach' it to the page > would be a benefit. The link would appear at the bottom of the page with > the file(s) name and allow people to download the file by clicking on > it. Then, being able to edit/delete/create additional links so that when > a better SolarSystem animation file is produced, he could delete the old > file and upload the newer file. Does that make sense ? Yes. Like a blog. See also http://www.advogato.org/article/561.html * image/file uploading by users to seed new blog entries and create thumbnails. (this is the only missing item for phpwiki to please this folk) -- Reini Urban http://xarch.tu-graz.ac.at/home/rurban/ |