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

DELETE request #51

Open
rotechcr opened this issue Jan 18, 2016 · 1 comment
Open

DELETE request #51

rotechcr opened this issue Jan 18, 2016 · 1 comment

Comments

@rotechcr
Copy link

Im trying to delete a file from a Titanium App to the deployd server with your dpd-fileupload module, but no success on it. Received this message: {"message":"Path must be a string. Received undefined","status":500}

Im sending:

ajax.open('DELETE', endpoint);
ajax.setRequestHeader('Content-Type', 'application/json');
var params = {id: IdOfTheFile};
ajax.send(JSON.stringify(params));

I will appreciate your help. Thanks.

@FunnyDevs
Copy link

same problem...any solution???

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants