Upload Interface |
Top Previous Next |
If you are such a customer, please ask us for the 3PUploadConnector.zip with demo PHP sources. In this archive, please read the detailed document Spec Upload Interface.pdf from Diron. We adapted this spec with only minor changes. The exact calls and parameters can be found in the most recent <SetupWizard>\Source\4all.EN\products_demo.xml <UPLOAD> <DPI>300</DPI> <!-- resolution of uploaded PDF --> <UserExportDPI>150</UserExportDPI> <!-- resolution of user exportable demo PDF --> <BaseURL>http://...</BaseURL> <Prepare>uploadPrepare.do?sessionid=[sessionid]&chunkcount=[chunkcount]</Prepare> <BeginChunk>beginChunk.do?ticketid=[ticketid]&chunktitle=[chunktitle]&chunkpagecount=[chunkpagecount]</BeginChunk> <TransmitChunk>transmitChunkFile.do?chunkid=[chunkid]&pagenumber=[pagenumber]&pagesinfile=[pagesinfile]&md5=[md5] </TransmitChunk> <FinalizeChunk>finalizeChunk.do?chunkid=[chunkid]</FinalizeChunk> <Finalize>uploadFinalize.do?ticketid=[ticketid]</Finalize> <PageThumbnails enabled="1" maxwidth="600" maxheight="600">JPG</PageThumbnails> <!-- page thumbs for an online flip book --> </UPLOAD> <LoginFormURL>http://.../loginShowForm.do?subshopid=[subshopid]&email=[email]</LoginFormURL> <ShopEntryURL>requestEntryUrl.do?subshopid=[subshopid]&sessionid=[sessionid]</ShopEntryURL> <GotoShopURL>http://.../Workflow.do?start_workflow=Login&subshopid=[subshopid]</GotoShopURL>
|