Hi Everyone,
I'm struggling with this issue from last month. please help or suggest.
I got one enhancement to upload the documents using power builder web (deployed into IIS).
I'm able to upload the documents but the directory opening as server directory( that deployed IIS server path) I want to open this with user directory.
Tried with GetFileOpenName() and PBWEB functions but no luck.
please suggest how to open the user's file directory instead of IIS server directory using PB web.
Note: I tried with openfilemanager() and UploadFiles() functions using PB WEB also. with this i can able to open the user directory but folder is saving to particular session from the application root. unable to move that document into network drive or other local folder.
Regards,
Manoj
or can we copy the whole folder to other folder directory instead of filename?
FileCopy() /FileMove() needs filenames.
https://infocenter-archive.sybase.com/help/index.jsp?topic=/com.sybase.dc37781_1150/html/psref/CAIBIJDE.htm
You can also try to check if the file exists or get the FileLength(up_files[i]).
Remember that you are operating on a virtual file system.