Results 1 to 1 of 1
  1. #1
    Join Date
    Jun 2007
    Posts
    2
    Plugin Contributions
    0

    Default Upload applet - post fields . . .

    Hi,

    I have few products with upload attributes and everything works fine from product pages. Now I'm trying to make it work with upload applet, but http post field for file is hardcoded to the applet and cannot be changed.

    All the others are passed ok to zen and products gets added,
    but of course with file upload error.
    My Zen configuration accepts
    <input type="file" name="id[SourceFile_1]"/>
    but applet sends
    <input type="file" name="SourceFile_1"/>

    First I just duplicated the actionAddProduct function to actionUploadFiles
    and edited that to include a new upload2.php ( copy of upload.php )
    so tweaking the code doesn't affect normal operation.

    So, I need to find a way to tell to Zen that in this case there is no id[ ... ]
    around the name of temp $_FILES....

    I know, it's probably at the function parse($key = '') in top part of upload.php but my coding skills sucks :)

    Can somebody help?

    Thanks in advanced..

    -Event H.
    Last edited by Event Horizon; 21 Jun 2007 at 11:44 AM. Reason: Typo

 

 

Similar Threads

  1. Product Attribute Grid and Upload Options Fields Problem.
    By printchic in forum All Other Contributions/Addons
    Replies: 0
    Last Post: 30 Jul 2009, 09:51 PM
  2. How to add a Java Applet?
    By Makover in forum General Questions
    Replies: 1
    Last Post: 9 Aug 2008, 07:31 PM
  3. Where exactly should I upload Canada Post Shipping Module?
    By Royal in forum Addon Shipping Modules
    Replies: 1
    Last Post: 29 Jul 2008, 08:39 AM
  4. Multiple upload fields controlled by Dropdown
    By exoticcorpse in forum Setting Up Categories, Products, Attributes
    Replies: 0
    Last Post: 8 May 2008, 06:40 AM
  5. applet in zen cart?
    By sameeee in forum General Questions
    Replies: 2
    Last Post: 13 Jan 2007, 05:12 AM

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
disjunctive-egg