EPrints Technical Mailing List Archive
Message: #00473
< Previous (by date) | Next (by date) > | < Previous (in thread) | Next (in thread) > | Messages - Most Recent First | Threads - Most Recent First
[EP-tech] Re: create_eprint.pl
- To: eprints-tech@ecs.soton.ac.uk
- Subject: [EP-tech] Re: create_eprint.pl
- From: Sebastien Francois <sf2@ecs.soton.ac.uk>
- Date: Wed, 02 May 2012 15:41:47 +0100
Hello, This is the documentation for add_file: $doc->add_file( $file, $filename, [$preserve_path] ) $file is the full path to a file to be added to the document, with name $filename. So try with the file's full path rather than a file handle? Seb. On 02/05/12 15:23, Ulf Laube wrote:
Hi all, I try to add a doc onto an eprint like described in the create_eprint.pl example: $doc_file_name = basename( $file_pdf ); open $FILEHANDLER, '<', $file_pdf or die "$!"; $doc = EPrints::DataObj::Document::create( $session, $eprint ); $doc->set_value( "format", "application/pdf" ); # line 856: DEPRECATED - use L</add_file>... #$doc->upload( $FILEHANDLER, $doc_file_name ); $doc->add_file( $FILEHANDLER, $doc_file_name ); close $FILEHANDLER; $doc->set_value( "main", $doc_file_name ); $doc->commit; But never a file will uploaded: [img] PDF paper.pdf Download (0b) What's wrong on my example? Thanks and best regards Ulf
- References:
- [EP-tech] create_eprint.pl
- From: Ulf Laube <ulf.laube@ontochem.com>
- [EP-tech] create_eprint.pl
- Prev by Date: [EP-tech] create_eprint.pl
- Next by Date: [EP-tech] Re: create_eprint.pl
- Previous by thread: [EP-tech] create_eprint.pl
- Next by thread: [EP-tech] Re: create_eprint.pl
- Index(es):