How to add img,svg,mp4, mp3 files to bolt.diy file manager from my local sys

I cant add my files in drag and drop way like in bolt.new . And i dont know how to put my img or other files in file manager of bolt.diy . Does anyone have any idea ?

Hi,
this is not possible at the moment. bolt just support changes by prompting. Also manual changes in the code-editor are not persisted at the moment, so you can just use for debugging and then prompt it again to fix it.
Will change in the future but this is the current state.

If you like to use specific files, you would do a workaround and upload them somewhere and tell bolt to use the links you provide for the specific files.
Or you just let it create dummies so you can replace them later, when you deploy it.

Oh thanks for your response,i get it , you mean upload my files
on a cloud or somthing and then i send the url address to bolt ?
For now what platform do you suggest me for uploading my files that be secured and easy to use .

yes, thats what I ment.
At best you use the server where you later deploy your website. For testing I think you could just push it to github as well and use these links then (I did not try, but should work)

I’ll try it so tnks again.