str = date and time as a string path = the destination to my file + str + the extension "docx" because I need a Word file How can I pass the path created that way to the ofstream outputFile() in order to create the copy of the original document with the name I want to ?
AddedImage.tsx +++ b/src/components/Post/EditV2/PostImageCards/AddedImage.tsx @@ -585,6 +585,7 @@ function PostImage() { src={url} width={metadata?.width ?? 450} type={type} + original={type === 'video' ? true : undefined} className={showPreview ? 'rounded-none' : 'rounded...