Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

not able to upload zip file to download plugin #3460

Closed
Jimmi08 opened this issue Sep 25, 2018 · 2 comments
Closed

not able to upload zip file to download plugin #3460

Jimmi08 opened this issue Sep 25, 2018 · 2 comments
Labels
type: bug A problem that should not be happening
Milestone

Comments

@Jimmi08
Copy link
Contributor

Jimmi08 commented Sep 25, 2018

After adding zip file, I got this message:

  • the same file was uploaded to e107.org without problem.

image

@Jimmi08
Copy link
Contributor Author

Jimmi08 commented Oct 1, 2018

After update I have still this problem.
I commented this check during uploading

	if(e107::getFile()->isClean($filePath) !== true)
	{
	//	@unlink($filePath);
	//	die('{"jsonrpc" : "2.0", "error" : {"code": 104, "message": "Bad File Detected."}, "id" : "id"}');
	}

and file was uploaded as blob.zip. But inside is correct file.

@CaMer0n CaMer0n added the type: bug A problem that should not be happening label Oct 2, 2018
@CaMer0n CaMer0n added this to the e107 2.2.0 milestone Oct 2, 2018
@CaMer0n CaMer0n closed this as completed in bf49853 Oct 2, 2018
@CaMer0n
Copy link
Member

CaMer0n commented Oct 2, 2018

@Jimmi08 Please try again with the commit. Thanks.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
type: bug A problem that should not be happening
Projects
None yet
Development

No branches or pull requests

2 participants