How to make a simple upload form with just one field - a file name? In GAE there is not a file system so I want to store this CSV file in a string to process it.
Thank you!
How to make a simple upload form with just one field - a file name? In GAE there is not a file system so I want to store this CSV file in a string to process it.
Thank you!