Ask a Question related to Macromedia ColdFusion, Design and Development.
-
cosmits #1
controlling file uplaod size ????
Hi all
well - the title is very straight forword -
how can i limit users upload file size ?
I guess it is a very common scenario and averyone that comes to
build this sort of functionality in a website has to deal with this question.
is CF enough or do I need a Java object to do the job ?
Thank you for your time
Yariv
:)
cosmits Guest
-
Controlling Print output size in Acrobat 6
Hello, I am creating an interactive sales training guide and have created a document that is 8x12, but I need to have it print at standard letter... -
Controlling Image preview size...how?
Hi It seem like my ID document increases with about 1Mb in size each time I add an image (.psd). My document currently holds about 120 images,... -
Controlling size of new hyperlinked window
In Pub 2002, I'm trying to hyperlink text to open a new window with a single image in it, and I want to control the size of the new window. I've... -
CONTROLLING FILE SIZE?
I've designed a simple 8' wide panel for my client to print...I can't email it, because it's 37MB and will choke my mail server. I reduced it to 10%... -
Controlling the Size and Position of Browser
You use JavaScript to control the size, placement, and other attributes of a pop-up window. Embed the JavaScript in the <head> tags of your main... -
muchagainst #2
Re: controlling file uplaod size ????
You can't usually find out anything about a file while it's still on the client
machine. When i've validated files, i've usually had to do the upload first
then check the files type, size etc.. after it's been uploaded.
Checks like file type can be done with javascript but that doesn't help with
file size.
If you're allowing users to upload files, i expect the page they upload from
is secured in some way so you won't end up with people uploading huge files
just to annoy you.
muchagainst Guest



Reply With Quote

