Assets Zip Upload

fbsfbs
edited June 2013 in Modules
I am new to Fuel CMS and having to work with assets. I am coming from a background of more of the 'advanced modules' kinda setup but having to work with the smiple modules setup. I have the follwing set in the form_fields function:

$fields['game_data'] = array('type' => 'asset', 'folder' => 'games', 'accept' => 'zip', 'order' => 7, 'comment' => 'You can select a game folder or upload a new game via a zip file here.');

However, when trying to upload a zip file, I get an error. If I keep trying, it eventually works. Not sure what is going on and working on an existing setup. It shows an error box at the top of the assets popup but no error message. My goal is to be able to upload a zip file and then extract it once uploaded. Thanks for the help in advance.

Comments

  • edited 12:40AM
    I'm not sure why it would sometimes and not others. A few questions:
    1. Are you selecting the same parameters when uploading each time?
    2. What's the file size of the zip?
    3. Does it actually get uploaded and is just displaying an error message?

    Also as an FYI, I just posted some fixes for unzipping assets from the Assets module to the 1.0 branch.
Sign In or Register to comment.