PDA

View Full Version : Multiple uploads/attachments



gpipe
01-22-2007, 08:30 PM
There was a post under the blog section about how to do multiple uploads. I tried the attached script and curl.exe program but I haven't had much luck so far.

Here is a link to what I am talking about:

http://www.opengarden.org/community/blog/batch_uploads_to_a_dekiwiki_instance_from_windows

When I try running the script I get something like this:

deki-upload myid:mypass *.* "http://mywiki.com/User:myid"

------------------------
MindTouch, Inc. (c) 2006
http://www.mindtouch.com
------------------------
% Total % Received % Xferd Average Speed Time Time Time Current
Dload Upload Total Spent Left Speed
100 267k 0 51468 100 217k 138k 596k --:--:-- --:--:-- --:--:-- 616k
% Total % Received % Xferd Average Speed Time Time Time Current
Dload Upload Total Spent Left Speed
100 806k 0 51468 100 756k 123k 1863k --:--:-- --:--:-- --:--:-- 1955k
% Total % Received % Xferd Average Speed Time Time Time Current
Dload Upload Total Spent Left Speed
100 578k 0 51468 100 527k 140k 1470k --:--:-- --:--:-- --:--:-- 1525k
% Total % Received % Xferd Average Speed Time Time Time Current
Dload Upload Total Spent Left Speed
100 435k 0 51468 100 385k 145k 1113k --:--:-- --:--:-- --:--:-- 1150k
% Total % Received % Xferd Average Speed Time Time Time Current
.
.
.

Upon reloading the page I just uploaded to I see no change. Checking the apache access logs I see the multiple POSTs. There are no errors in the error log for apache.

Anyone get this thing to work?

Thanks,
Glenn

gpipe
01-24-2007, 03:33 PM
Anyone tried this?

royk
02-20-2007, 07:10 PM
Hey there Glenn,

Sorry about the delayed response - didn't see this post until today. The uploader will only work for HTTP authenticated sites, which means sites like wik.is will not work the uploader.

I will look into fixing this non-HTTP authenticated sites.

RickCogley
12-06-2007, 01:24 PM
Could Deki Wiki not be programmed to process a zip file of multiple files you want to attach? Upload the one zip, and the server unzips and attaches...