- How to upload a file?
- How to validate file type in client side?
- How to find file size in client side?
- How to find file last modified date in client side?
- How to find file created date in client side?
- How to validate file type in server side?
- How to handle files which exceeds the limits?
- How to show the selected image without saving the image on the disk?
- How to rename the file if the filename exists in the folder while uploading?
Thursday, September 30, 2010
How to upload a file?
Subscribe to:
Post Comments (Atom)
Azure Storage Account Types
Defferent Types of Blobs Block blobs store text and binary data. Block blobs are made up of blocks of data that can be managed individually...
-
Why we need asynchronous tasks? Execute a time consuming operations in parallel to the CLR thread which execute the request If you have ...
-
Demo: I was thinking a way to show images before actually uploading them to server. I would say to preview images using javascript. Obv...
No comments:
Post a Comment