jmc92 Posted September 11, 2009 Report Share Posted September 11, 2009 Ok I know html and js can resize imagesSo im looking to make a script where users input a image from there devicePress goAnd have the image resized to whatever pixels they wantAnd I need it to work for very old browsers like NS4 and IE5 Link to comment Share on other sites More sharing options...
Ingolme Posted September 11, 2009 Report Share Posted September 11, 2009 You need a server-side language to upload an image to the server.And besides, the "resizing" that HTML does doesn't modify the file, it just fits the image into a smaller space. If you take a very large image and display it in a small space, you'll see that it still takes the same time to load as if it filled all the space it should. Link to comment Share on other sites More sharing options...
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now