Hi,
Thanks for your reply.
Python version: 2.4
code:
def uploadFile(user, client, post_data, appDir=""):
timeStamp = str( time.strftime( "%Y%m%d%H%M%S" ))
parentDir = str(client.clientId)
childDir = user.fullName.replace(' ','_') + '_' + timeStamp
uploadFile =...