Re: [Dspace-tech] SWORD submit error

2009-09-14 Thread mikan.d.dspace listmail
Hi, Thanks for the tips Stuart. I double checked the values in php.ini and they should be sufficient. I have actually managed to isolate the problem into creating of the zip archive. Funny thing is, that with small upload files the zip is created correctly. But with large files, only mets.xml is f

Re: [Dspace-tech] SWORD submit error

2009-09-12 Thread Stuart Lewis
Hi Mika, > We've been using external HTML form for submitting items into DSpace. > It utilises SWORD php library. > It works fine with smaller filer, say 1-2 megabytes, but when I try to > submit large items (say 10 Mb's) I get an error saying "HTTP error > code: 400". > > This should'nt be a PHP

Re: [Dspace-tech] SWORD submit error

2009-08-25 Thread Richard Jones
Hi Mikan, > We've been using external HTML form for submitting items into DSpace. > It utilises SWORD php library. > It works fine with smaller filer, say 1-2 megabytes, but when I try to > submit large items (say 10 Mb's) I get an error saying "HTTP error > code: 400". > > This should'nt be a PH

Re: [Dspace-tech] SWORD submit error

2009-08-25 Thread mikan.d.dspace listmail
Replying to myself, here.. In dspace.cfg there is no file upload limit for SWORD. Thus I have line saying: sword.max-upload-size = 0 DSpace.log says nothing. -Mika 2009/8/25 mikan.d.dspace listmail : > Richard, > Where can I configure max upload size for SWORD? > In php.ini I have also set uplo

Re: [Dspace-tech] SWORD submit error

2009-08-25 Thread mikan.d.dspace listmail
Richard, Where can I configure max upload size for SWORD? In php.ini I have also set upload_max_filesize = 80M. Mika 2009/8/25 Richard Jones : > Hi Mikan, > >> We've been using external HTML form for submitting items into DSpace. >> It utilises SWORD php library. >> It works fine with smaller fi

[Dspace-tech] SWORD submit error

2009-08-25 Thread mikan.d.dspace listmail
We've been using external HTML form for submitting items into DSpace. It utilises SWORD php library. It works fine with smaller filer, say 1-2 megabytes, but when I try to submit large items (say 10 Mb's) I get an error saying "HTTP error code: 400". This should'nt be a PHP confguration issue, sin