PSD Uploads
Home › WPAli Support Forums › WooCommerce Drag & Drop Image Upload › PSD Uploads
- This topic has 9 replies, 1 voice, and was last updated 7 years, 2 months ago by
Ali Khallad.
-
AuthorPosts
-
August 24, 2018 at 12:32 pm #624
Ali Khallad
KeymasterI 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.
August 24, 2018 at 12:46 pm #625Ali Khallad
KeymasterHi, 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.
August 24, 2018 at 2:38 pm #626Ali Khallad
KeymasterOk great, does the plugin auto-detect updates or do newer versions need to be manually downloaded again and re-uploaded?
August 25, 2018 at 5:22 am #627Ali Khallad
KeymasterAny word on the update?
August 25, 2018 at 11:04 am #629Ali Khallad
KeymasterHi, update need to be done manually, you’ll receive a notification when it’s available.
August 25, 2018 at 1:49 pm #632Ali Khallad
KeymasterOk 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.
August 25, 2018 at 11:30 pm #633Ali Khallad
KeymasterApproval 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.August 28, 2018 at 2:33 am #634Ali Khallad
KeymasterHey, 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 );August 28, 2018 at 2:37 am #635Ali Khallad
KeymasterAlso, 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?
August 28, 2018 at 9:34 am #636Ali Khallad
KeymasterHi, please send me an email at support@wpali.com
-
AuthorPosts
- You must be logged in to reply to this topic.