Posts by marcelo • 9 points
2 posts
- 
		-1 votes1 answer38 viewsQ: Doubt about the type of permission when creating folder and file with. mkdir() and.openfile()People, at a certain point in my code I am creating a folder (1) in which will be archived photos posted by users and a CSV file (2) in which will be archived the metadata of these images. I’m… 
- 
		1 votes0 answers46 viewsQ: How to make a Multipart post request with Restclient?How do I make a Multipart post request with the Restclient library? Basically, I need a) save photos posted via a form in a local directory. b) have access to metadata as file name, size... As my…