couldn't read file "../src/ordali_web.tcl": no such file or directory
while executing
"source ../src/ordali_web.tcl"
(file "/home/moumou/ordali/lib/formdata1.0/formdata.tcl" line 12)
invoked from within
"source /home/moumou/ordali/lib/formdata1.0/formdata.tcl"
("package ifneeded form-data 1.0" script)
invoked from within
"package require form-data"
(in namespace eval "::request" script line 6)
invoked from within
"namespace eval ::request $script"
("::try" body line 12)
OUTPUT BUFFER:
# Provide multipart/form-data for http
lappend auto_path /home/moumou/ordali/lib
package require http
package require form-data
set url "http://www.uniprot.org/batch/"
set file "filefof"
set type "text/plain"
set Lid [list sydc_human p13368 Q55c99]
set file tmp
#set res [form-data::post $url "file" $type $file [list file $file format txt]]
set res [form-data::post $url "file" $type $Lid [list file $file format txt]]
puts $res
exit