Implement file upload and chunked upload support for /api/analyze
- Modified /api/analyze to accept file uploads for all users - Restricted file_path parameter to admin users only - Added chunked file upload support with upload_id, chunk_number, total_chunks - Updated API documentation with file upload examples and chunked upload guide - Files are temporarily stored and cleaned up after processing
Showing
Please
register
or
sign in
to comment