Do you think that this is the best way for doing this form/image upload.
I am slowly learning this....
Ioannis Paraskevopoulos
To be honest i have not worked with files, so i cannot really comment.
Giannis
tr0gd0r
@sjtinsley83, this method of form input works well for relatively small files. If you need to support large files (over 10MB) you may want to consider a library that can send the file data in chunks and provide you with progress events that will allow you to display a progress bar.
Thanks for the pointers. I understand now.
Do you think that this is the best way for doing this form/image upload.
I am slowly learning this....