Posted on: 1/2/2015 3:04:31 AM | Views : 579

I have an aspx page that diverted to my Google App page to manage files on Google drive. Modulator please allow me to keep this post in getting start for a few days, thanks
So sorry it may be a bit related to Google but I could not get much help from their forum and it is killing me...
pls help...
In there, its structure is similar to aspx + .cs: it is html + .gs
In my html called "form", there is a standard <input type="file" name="file1"> <input type = "text" name="text1">
ie there is a file selection for user to select the file and it is working: user select file and press ok and the filename appears on the page. there is a simple textbox below too.
Both are working properly
Now in .gs file where I put the codes, I use this code to get textbox value and it is working fine:-
form.text1
However, I cannot get the file n ...

Go to the complete details ...