Inserting Attached Files into a Forum Post


 
Thread Tools Search this Thread
The Lounge What is on Your Mind? Inserting Attached Files into a Forum Post
# 1  
Old 12-03-2018
OFF_TOPIC

Hey ozsavran,

Thanks for the great post and photo attachments. Do you mind to explain to me what steps you took to upload and attach those files? I cannot do it and want to attach files like you did. Thanks!
# 2  
Old 12-03-2018
Crude but real simple actually. There is a "Go Advanced" button to the right of "Post Quick Reply" Button. That Shows you a Paper Clip button on top of the text entry box here. You click that and select picture files you re-sized with GIMP in your home folder. Pictures which you sent from your phone via gmail app. Then you click "Upload" there in popup that the paperclip button pops for you. After files are uploaded, you close the popup. Position your text cursor where you want the picture to be. Then click the little down arrow right of the paper clip. You select whichever picture you want to be placed, or click "insert all". This puts a series of tags with picture names inside your text, just like HTML. You can cut and paste these short tags to place the pictures wherever you want. It produces visually crude, spartan looks. But this blog script used here is probably one the originator probably wrote all by himself. A do it yourself guy obviously. Its a lean, mean system that I never saw anywhere else yet. But then again, Unix is for programmers not for consumer types.
This User Gave Thanks to ozsavran For This Post:
# 3  
Old 12-03-2018
Quote:
Originally Posted by ozsavran
Crude but real simple actually. There is a "Go Advanced" button to the right of "Post Quick Reply" Button. That Shows you a Paper Clip button on top of the text entry box here. You click that and select picture files you re-sized with GIMP in your home folder. Pictures which you sent from your phone via gmail app. Then you click "Upload" there in popup that the paperclip button pops for you. After files are uploaded, you close the popup. Position your text cursor where you want the picture to be. Then click the little down arrow right of the paper clip. You select whichever picture you want to be placed, or click "insert all". This puts a series of tags with picture names inside your text, just like HTML. You can cut and paste these short tags to place the pictures wherever you want. It produces visually crude, spartan looks. But this blog script used here is probably one the originator probably wrote all by himself. A do it yourself guy obviously. Its a lean, mean system that I never saw anywhere else yet. But then again, Unix is for programmers not for consumer types.
Hey ozsavran,

Thanks for letting me know. I understand how you did it. Thanks so much.

I plan to change that code next year to make it "nicer to upload attachment" using some modern framework and most people do not use that function, and I appreciate that you did.

Thanks again and welcome to the forums.
Login or Register to Ask a Question

Previous Thread | Next Thread

8 More Discussions You Might Find Interesting

1. Post Here to Contact Site Administrators and Moderators

Can you suggest a better forum to post?

Hello! I posted twice on issues I'm having getting the latest GCC compiler to compile ( "Command failed for target 'check-recursive' error" in the Solaris forum and "Compiling GCC 6.3.0 - Error with Library" in the UNIX for Beginners... forum) with zero responses. After many hours of beating my... (0 Replies)
Discussion started by: PJ_Namias
0 Replies

2. Post Here to Contact Site Administrators and Moderators

Do I post to Homework forum if learning on own

Quick question, I'm learning shell scripting on my own from resources like the 'Teach Yourself' books, web sites, etc. If I have any questions about these materials, do I still need to post them to the homework section? The template asks specific things like school associated with or... (7 Replies)
Discussion started by: Chasman78
7 Replies

3. Shell Programming and Scripting

multiple files to be attached

Hi all, Am in need of attaching multiple files of similar pattern? For example the files like a1.txt b1.txt c1.txt can be reffered as *1.txt Can anyone help me in attaching the files of similar pattern without mentioning their names completely. (3 Replies)
Discussion started by: Sindhuap
3 Replies

4. Post Here to Contact Site Administrators and Moderators

Not getting any option to post a Forum

Hi All, can anybody suggest, what steps i should follow to post a forum, i am able to post a thread, and also my account is registered. thanks in advance (2 Replies)
Discussion started by: varunksharma87
2 Replies

5. Shell Programming and Scripting

How to send mail with multiple files attached?

Hi, I would like to send a mail with multiples files attached. Until now i was doing a "find" and then a "tar" of the text files. As I need to be able to read them on a mobile device such as Blackberry for instance, i would like to send them in one single mail, but without taring them. is... (2 Replies)
Discussion started by: Pierrito
2 Replies

6. Post Here to Contact Site Administrators and Moderators

forum to post availability for work?

Hello. Is there a forum to post my availability for work? (1 Reply)
Discussion started by: douglaskbell
1 Replies

7. Shell Programming and Scripting

Need assistance with simple shell script to organize files. [Code attached]

I need some help with this shell script for class. All it does is organize your files. It works, but in the log file, it needs to show the new filepaths of the moved files. Heres my log of my output: Starting to organize... movie2.wmv --> movie3.mov --> movie1.mpg --> song1.mp3 --> ... (3 Replies)
Discussion started by: ryandamartini
3 Replies

8. UNIX for Dummies Questions & Answers

search files and copy them to a directory with datestamp attached to it

Hi I need to search the some ftp files created in last 24 hours and copy them to a directory with date stamp attached to it. Iam using following command to search the files find $CA_OUT_PATH/*/ftp_out -type f -mtime -1 but now how to copy these files to some other directory one by one with... (1 Reply)
Discussion started by: sreenusola
1 Replies
Login or Register to Ask a Question