Web3

How to enable the zip extension for bulk uploading NFTs?

40 views July 17, 2023 vaishali 1

To enable the zip extension, you can follow these steps:
  1. Locate your PHP configuration file, usually named php.ini.
  2. Open the php.ini file with a text editor. 
  3. Search for;extension=zip 
  4. Remove the semicolon; at the beginning of the line to uncomment it: extension=zip
  5. Save the changes and close the php.ini file. 
  6. Restart your web server to apply the changes.

If you have any questions feel free to contact us at web3@xecurify.com.

Was this helpful?