Author |
|
jeffw_00 Super User
Joined: June 30 2007
Online Status: Offline Posts: 929
|
Posted: December 09 2017 at 07:09 | IP Logged
|
|
|
Hey Dave - Is it easily possible to raise 150KB limit on image uploads to something higher? I've been unable to post photos, and today I want to post a screenshot of a code snippet that is 220KB :-(. I can split it up, but figured no harm in asking if the limit could be raised?
(If it isn't easy, that's cool, a simple "can't do it easily" will suffice :-) )
Thanks!
/j
Edited by jeffw_00 - December 09 2017 at 07:13
|
Back to Top |
|
|
jeffw_00 Super User
Joined: June 30 2007
Online Status: Offline Posts: 929
|
Posted: December 09 2017 at 07:12 | IP Logged
|
|
|
ACTUALLY - I tried uploading a jpg of 138KB, and i got this error:
Error saving file Capture1.jpgSystem.IO.DirectoryNotFoundException: Could not find a part of the path 'E:\kunden\homepages\7\d105877565\www\uploads\jeffw00\2017-1 2-09_071212_Capture1.jpg'. at System.IO.__Error.WinIOError(Int32 errorCode, String maybeFullPath) at System.IO.FileStream.Init(String path, FileMode mode, FileAccess access, Int32 rights, Boolean useRights, FileShare share, Int32 bufferSize, FileOptions options, SECURITY_ATTRIBUTES secAttrs, String msgPath, Boolean bFromProxy, Boolean useLongPath, Boolean checkHost) at System.IO.FileStream..ctor(String path, FileMode mode, FileAccess access, FileShare share, Int32 bufferSize, FileOptions options, String msgPath, Boolean bFromProxy) at System.IO.FileStream..ctor(String path, FileMode mode) at System.Web.HttpPostedFile.SaveAs(String filename) at ASP.forum_tiupload_aspx.Button1_Click(Object Source, EventArgs e) in e:\kunden\homepages\7\d105877565\www\forum\tiupload.aspx:lin e 33
|
Back to Top |
|
|
dhoward Admin Group
Joined: June 29 2001 Location: United States
Online Status: Offline Posts: 4447
|
Posted: December 10 2017 at 17:10 | IP Logged
|
|
|
Jeff,
I'll see what I can do about upping the file upload limit. Not sure if that's a restriction of my ISP or what.
The problem in your second message has to do with the ISP as well. They removed the file upload component that the forum software uses leaving me to hack
something together. Since you've never posted an image before, you don't have a directory already created (before they removed the component). My hack
will allow you to upload but it won't create the directory if it doesnt already exist. To fix it for you, I just manually created the directory so your
uploads should now work.
Dave.
|
Back to Top |
|
|
jeffw_00 Super User
Joined: June 30 2007
Online Status: Offline Posts: 929
|
Posted: December 10 2017 at 18:02 | IP Logged
|
|
|
Thanks Very Much Dave :-)
|
Back to Top |
|
|
|
|