It sounds like you just want to upload file and process it with a python script sending the processed file to new file stored within zope.
I think you would want to make a form that has a file upload widget and then a method call within the form to process the file. Maybe this product would help. http://plone.org/products/upload-reference-widget/ http://plone.org/products/upload-reference-widget/ sonnt wrote: > > I need make a product that has two file fields, File1 and File2. First, > user uploads a file to File1 then clicks Save, a python script will run: > it downloads File1 to server, renames File1 to abcxyz then uploads to > File2. My problem is that i don't know how to get File1 after click Save > and how to upload it to File2. Could someone help me, plz! > -- View this message in context: http://n2.nabble.com/I-need-help-tp2811018p2828441.html Sent from the Product Developers mailing list archive at Nabble.com. _______________________________________________ Product-Developers mailing list [email protected] http://lists.plone.org/mailman/listinfo/product-developers
