python (65.2k questions)
javascript (44.3k questions)
reactjs (22.7k questions)
java (20.8k questions)
c# (17.4k questions)
html (16.3k questions)
r (13.7k questions)
android (13k questions)
requests.post to add files to https://developer.api.autodesk.com/photo-to-3d/v1/file API creates ZERO length files and no models
GOAL: I am trying to attach local image files to a photoscene in python3.8 using the requests library.
PROBLEM: After attaching the files, and starting processing, I discover that Forge reports an err...

mcgregor94086
Votes: 0
Answers: 1
File upload not working from Angular 8 front-end to the Spring Boot back-end after adding Spring Security
I have a REST Controller in a Spring Boot application which receives a file uploaded from the Angular front-end. Before adding Spring Security it worked fine.
After I have added it, it does not work, ...
Dreamweaver2012
Votes: 0
Answers: 2
React: Drag and Drop files makes uploaded file non-interactive
So I am trying to develop a drag and drop feature where each uploaded file can be removed later.
This is the layout when no file is uploaded.
Below layout results when multiples files have been uploa...
Ashar
Votes: 0
Answers: 0
How to process files in FastAPI from multiple clients without saving the files to disk
I am using FastAPI to create an API that receives small audio files from a mobile app. In this API I do processing of the signal and I am able to return a response after classifying that sound. The fi...
gggx
Votes: 0
Answers: 1