×

PSD Uploads

Viewing 10 posts - 1 through 10 (of 10 total)
  • Author
    Posts
  • #624
    Ali Khallad
    Keymaster

    I added code snippet to allow unfiltered upload extensions, which allowed AI files to be attached, but when I try to upload a PSD it says “Wrong size or format” even though the upload limit I have is 300MB and the file I’m uploading is only 24MB. Is there a reason PSD is not being supported? The site is fbprints.com, and all products on the site have attachments enabled if you wanted to take a look.

    #625
    Ali Khallad
    Keymaster

    Hi, there is a maximum set by out plugin 5MB, we just uploaded an update to be able to fix that.
    The update should be available in 24 hours, after that you can use this code to change the maximum:

    function set_wddu_max_upload() {
        return 30;
    }
    add_filter( 'wddu_max_upload_size', 'set_wddu_max_upload', 10 );

    Change the value 30 to what you want, if this didn’t solve your issue, then there must be another limitation from another party.

    #626
    Ali Khallad
    Keymaster

    Ok great, does the plugin auto-detect updates or do newer versions need to be manually downloaded again and re-uploaded?

    #627
    Ali Khallad
    Keymaster

    Any word on the update?

    #629
    Ali Khallad
    Keymaster

    Hi, update need to be done manually, you’ll receive a notification when it’s available.

    #632
    Ali Khallad
    Keymaster

    Ok I understand, but is there an estimated arrival for it? I have an online print shop running on this plugin right now and it’s very important to allow more than 5MB files. The plugin page did not say anything about max upload sizes so I would have figured it uses the same restrictions as the media library and the rest of the site.

    #633
    Ali Khallad
    Keymaster

    Approval is the work of codecanyon, I can’t estimate on that.
    They’ll send you a notification when it’s ready, usually after the weekend.

    #634
    Ali Khallad
    Keymaster

    Hey, I’m still waiting on the update approval, is it still in process? Also, does the following code restrict to a certain size? I need it to allow a max upload of 100MB. Do I change the 30 to 100?

    function set_wddu_max_upload() {
    return 30;
    }
    add_filter( ‘wddu_max_upload_size’, ‘set_wddu_max_upload’, 10 );

    #635
    Ali Khallad
    Keymaster

    Also, I do not mean to bother, but are you able to just send a zip of the updated plugin rather than going through CodeCanyon since it is taking longer than expected?

    #636
    Ali Khallad
    Keymaster

    Hi, please send me an email at support@wpali.com

Viewing 10 posts - 1 through 10 (of 10 total)
  • You must be logged in to reply to this topic.