Picture upload and insert to text in one iteration
Quote from rgn_sss on February 24, 2018, 2:22 pmHi ,
faced with inconvenience :
to insert picture from locat PC into text, i have to pass 2 steps:
- Upload it via “Upload Files:” . Then Submit. After that, selected file uploads and gets it’s source IP.
- Edit post, then put it into the right position of message , using ‘insert / edit image’.
Unfortunately, it’s impossible to do these actions in one steps.
It would be nice to add a feature to upload files separately of ”Submit” to be able to upload picture before ‘submit’ and use ‘img src’ together with publishing your post. Another option is to add something like ‘insert attachment to text’ button near to Upload Files area , so that it automatically inserted link into unpublished post, which would be valid for sure.
How do you think? Is it okay to be put to ToDo list in future?
Hi ,
faced with inconvenience :
to insert picture from locat PC into text, i have to pass 2 steps:
- Upload it via “Upload Files:” . Then Submit. After that, selected file uploads and gets it’s source IP.
- Edit post, then put it into the right position of message , using ‘insert / edit image’.
Unfortunately, it’s impossible to do these actions in one steps.
It would be nice to add a feature to upload files separately of ”Submit” to be able to upload picture before ‘submit’ and use ‘img src’ together with publishing your post. Another option is to add something like ‘insert attachment to text’ button near to Upload Files area , so that it automatically inserted link into unpublished post, which would be valid for sure.
How do you think? Is it okay to be put to ToDo list in future?
Quote from Asgaros on February 24, 2018, 7:38 pmHello @rgn_sss
Yes, this is already on my todo-list since a longer time – but it will be not easy to implement it. To include files directly during the edit-process its necessary to upload them to the server before the post is created. But this can mean that someone decides to not publish a post after uploading files – which means the files are now on your server but they dont appear anywhere because a post was never created. Now imagine what happens when someone uploads child-porn or some other shit on your website and you are not able to notice that asap.
Anyway: Some logic like this would require some clean-up-mechanism which deletes files which dont belong to a post. But this still brings the risk mentioned before – at least for a couple of hours before the clean-up-mechanism is triggered. At the moment I am not really sure on how to implement this – but I will think about it and hope I can find a better solution in the future.
Hello @rgn_sss
Yes, this is already on my todo-list since a longer time – but it will be not easy to implement it. To include files directly during the edit-process its necessary to upload them to the server before the post is created. But this can mean that someone decides to not publish a post after uploading files – which means the files are now on your server but they dont appear anywhere because a post was never created. Now imagine what happens when someone uploads child-porn or some other shit on your website and you are not able to notice that asap.
Anyway: Some logic like this would require some clean-up-mechanism which deletes files which dont belong to a post. But this still brings the risk mentioned before – at least for a couple of hours before the clean-up-mechanism is triggered. At the moment I am not really sure on how to implement this – but I will think about it and hope I can find a better solution in the future.
Quote from rgn_sss on February 24, 2018, 7:57 pm@asgaros I see. thx for your explanation, an issue is clear . Hope You’ll find out how to realize it the correct way.
@asgaros I see. thx for your explanation, an issue is clear . Hope You’ll find out how to realize it the correct way.
