Hey
Sadly I can not upload Files via the Attachments Section in the Editor.
For example If I want to upload a Picture I just getting a Error Message.
[ external image ]
Regards
[FORUM] File Upload - HTTP Error
-
[RC3D]Toni
- Posts: 39
- Joined: 05 May 2017 05:22
- Location: Saxony
-
MLH82
- Posts: 775
- Joined: 23 Jun 2020 14:59
- Location: Amsterdam
Re: [FORUM] File Upload - HTTP Error
File is probably too large. Max size is 1.1 MB.
-- Mod author: Real companies, gas station & billboards for ATS and ETS2 --
-
[RC3D]Toni
- Posts: 39
- Joined: 05 May 2017 05:22
- Location: Saxony
Re: [FORUM] File Upload - HTTP Error
But it tells me its allowed 10 MiB, which as far as I know is 10,49 MB
[ external image ]
[ external image ]
-
Azuirele
- Posts: 383
- Joined: 21 Jan 2025 00:13
- Location: Vietnam
Re: [FORUM] File Upload - HTTP Error
If you want to upload images, then I suggest using site like ImgBB. It can generate links for BBcode (which forum like these use), easier and less hussle than using attachments. Remember to use URL command in full editor, instead of the one for image.
-
MLH82
- Posts: 775
- Joined: 23 Jun 2020 14:59
- Location: Amsterdam
Re: [FORUM] File Upload - HTTP Error
Regardless what it says, its 1.1 MB. Just do a forum search on 'http error' and this answer shows up.
Like here, only 6 days ago; viewtopic.php?p=2089790#p2089790
-- Mod author: Real companies, gas station & billboards for ATS and ETS2 --
-
plykkegaard
- Posts: 8802
- Joined: 26 Oct 2014 13:42
Re: [FORUM] File Upload - HTTP Error
I am using magick to convert png images to jpg and at the same size is reduced[RC3D]Toni wrote: 07 Jan 2026 16:36 Sadly I can not upload Files via the Attachments Section in the Editor.
Add a subfolder and create a batch file with content
Code: Select all
@ech off
for /r %%i in (*.png) do (
magick "%%i" -resize 75%% "%%i.jpg"
)
dir *.jpg
pauseAll PNG files will be converted to JPG and reduced in size by 75%
Images can then be uploaded to the forum eg in the bug section
Unforeseen Consequences
-
jsavga
- Posts: 126
- Joined: 20 Sep 2025 12:43
Re: [FORUM] File Upload - HTTP Error
I convert with paint.net (the program, not a website) from png to jpg. when saving thwe jpg, you can adjust the compression and it'll show the size before you save. I always adjust the compression to just under 1000kb.
Who is online
Users browsing this forum: CCBot [Bot]