4 Questions:
1 - Where and how do I set the Maximum image width using ASP.NET? I have seen a few responses for using php but nothing for ASP.NET. Is it a command added to the aspx config file or added to a style sheet? If so, please let me know the exact syntax and where to add as I am new to this.
2 - Where and how do I set the Maximum image size using ASP.NET? I don't want users uploading 5 MB pictures and eating all the bandwidth. I'd like to set a max upload size and display a message if the size is exceded and abort the upload. Again, if there is a way, please tell me where and exact syntax.
3 - Once an image has been uploaded, is there a way to re-size the image to save disk space. I think that this would be called immediately after the image upload is complete.
4 - Lastly, I can upload a flash video and it appears and plays correctly in the preview screen. Once I click on OK to add it to the post, it becomes about an inch square box with the flash "F" in the middle and does not play. I can then submit that post. The code is written to my sql database and appears to be correct. However, nothing but the inch square box with the flash "F" in the middle is ever displayed. Any ideas?
I would really appreciate any help. I am new to this and would need to know what files to edit to make all or any of this work. I have managed to get FCKeditor working on my site and it works great! I just need a little help with the image upload part.
Thanks in advance for everyone's help!!
Mike
1 - Where and how do I set the Maximum image width using ASP.NET? I have seen a few responses for using php but nothing for ASP.NET. Is it a command added to the aspx config file or added to a style sheet? If so, please let me know the exact syntax and where to add as I am new to this.
2 - Where and how do I set the Maximum image size using ASP.NET? I don't want users uploading 5 MB pictures and eating all the bandwidth. I'd like to set a max upload size and display a message if the size is exceded and abort the upload. Again, if there is a way, please tell me where and exact syntax.
3 - Once an image has been uploaded, is there a way to re-size the image to save disk space. I think that this would be called immediately after the image upload is complete.
4 - Lastly, I can upload a flash video and it appears and plays correctly in the preview screen. Once I click on OK to add it to the post, it becomes about an inch square box with the flash "F" in the middle and does not play. I can then submit that post. The code is written to my sql database and appears to be correct. However, nothing but the inch square box with the flash "F" in the middle is ever displayed. Any ideas?
I would really appreciate any help. I am new to this and would need to know what files to edit to make all or any of this work. I have managed to get FCKeditor working on my site and it works great! I just need a little help with the image upload part.
Thanks in advance for everyone's help!!
Mike